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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/reorder_ch.h b/audio/reorder_ch.h
index 6b5902c1b6..d81aab7dfa 100644
--- a/audio/reorder_ch.h
+++ b/audio/reorder_ch.h
@@ -27,8 +27,6 @@
void reorder_to_planar(void *restrict out, const void *restrict in,
size_t size, size_t nchan, size_t nmemb);
-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);