summaryrefslogtreecommitdiffstats
path: root/audio/reorder_ch.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-13 19:19:57 +0100
committerwm4 <wm4@nowhere>2013-11-13 20:10:17 +0100
commit933fbf733362eee9db15dd2671c263781abd5635 (patch)
treec204671f5da9fecb369d1ac3f1d21726b029118b /audio/reorder_ch.h
parent95ed81c32902899168709e0f12d55936ee3cae5f (diff)
downloadmpv-933fbf733362eee9db15dd2671c263781abd5635.tar.bz2
mpv-933fbf733362eee9db15dd2671c263781abd5635.tar.xz
ao_lavc: support non-interleaved audio
Diffstat (limited to 'audio/reorder_ch.h')
-rw-r--r--audio/reorder_ch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/reorder_ch.h b/audio/reorder_ch.h
index d81aab7dfa..1ad50bbb00 100644
--- a/audio/reorder_ch.h
+++ b/audio/reorder_ch.h
@@ -25,9 +25,6 @@
#include <inttypes.h>
-void reorder_to_planar(void *restrict out, const void *restrict 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);