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, 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);