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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/reorder_ch.h b/audio/reorder_ch.h
index 44b533988d..66354403da 100644
--- a/audio/reorder_ch.h
+++ b/audio/reorder_ch.h
@@ -130,4 +130,8 @@ void reorder_channel_nch(void *buf,
int samples,
int samplesize);
+/// Utility function for planar audio conversions
+void reorder_to_planar(void *restrict out, const void *restrict in,
+ size_t size, size_t nchan, size_t nmemb);
+
#endif /* MPLAYER_REORDER_CH_H */