aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_pack.h')
-rw-r--r--src/pcm_pack.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pcm_pack.h b/src/pcm_pack.h
index f3184b40..6119b36e 100644
--- a/src/pcm_pack.h
+++ b/src/pcm_pack.h
@@ -41,15 +41,4 @@
void
pcm_pack_24(uint8_t *dest, const int32_t *src, const int32_t *src_end);
-/**
- * Converts packed 24 bit samples (3 bytes per sample) to padded 24
- * bit samples (4 bytes per sample).
- *
- * @param dest the destination buffer
- * @param src the source buffer (array of triples)
- * @param num_samples the number of samples to convert
- */
-void
-pcm_unpack_24(int32_t *dest, const uint8_t *src, const uint8_t *src_end);
-
#endif