summaryrefslogtreecommitdiffstats
path: root/thirdparties/iphone/include/libavutil/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/iphone/include/libavutil/crc.h')
-rwxr-xr-xthirdparties/iphone/include/libavutil/crc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparties/iphone/include/libavutil/crc.h b/thirdparties/iphone/include/libavutil/crc.h
index 1265054..5e04de6 100755
--- a/thirdparties/iphone/include/libavutil/crc.h
+++ b/thirdparties/iphone/include/libavutil/crc.h
@@ -34,7 +34,7 @@ typedef enum {
AV_CRC_32_IEEE,
AV_CRC_32_IEEE_LE, /*< reversed bitorder version of AV_CRC_32_IEEE */
AV_CRC_MAX, /*< Not part of public API! Do not use outside libavutil. */
-}AVCRCId;
+} AVCRCId;
int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
const AVCRC *av_crc_get_table(AVCRCId crc_id);
OpenPOWER on IntegriCloud