summaryrefslogtreecommitdiffstats
path: root/audio/reorder_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/reorder_ch.h')
-rw-r--r--audio/reorder_ch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/reorder_ch.h b/audio/reorder_ch.h
index c9c101e719..6b5902c1b6 100644
--- a/audio/reorder_ch.h
+++ b/audio/reorder_ch.h
@@ -30,4 +30,7 @@ void reorder_to_planar(void *restrict out, const void *restrict in,
void reorder_to_packed(uint8_t *out, uint8_t **in,
size_t size, size_t nchan, size_t nmemb);
+void reorder_channels(void *restrict data, int *restrict ch_order,
+ size_t sample_size, size_t num_ch, size_t num_frames);
+
#endif /* MPLAYER_REORDER_CH_H */