]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sbc.h
avcodec/mjpegdec: fix SOF check in EOI
[ffmpeg] / libavcodec / sbc.h
index 405fadc3a62059b8ef4465d14ce79163514cb70c..419c8eab90943d941c9f186a7e788437673c4ec5 100644 (file)
@@ -35,6 +35,7 @@
 
 #include "avcodec.h"
 #include "libavutil/crc.h"
+#include "libavutil/mem_internal.h"
 
 #define MSBC_BLOCKS 15
 
@@ -112,7 +113,7 @@ struct sbc_frame {
     const AVCRC *crc_ctx;
 };
 
-uint8_t sbc_crc8(const AVCRC *crc_ctx, const uint8_t *data, size_t len);
+uint8_t ff_sbc_crc8(const AVCRC *crc_ctx, const uint8_t *data, size_t len);
 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]);
 
 #endif /* AVCODEC_SBC_H */