From 7a2efd2e447d5e7c7c0af61417a838b042fb7d0a Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Wed, 3 Dec 2008 01:14:06 +0000 Subject: mlp: initialize all CRC tables in a common function. This way the decoder does not have to depend on the parser being initialized before. Patch by Laurent Aimar . Originally committed as revision 15986 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mlp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/mlp.h') diff --git a/libavcodec/mlp.h b/libavcodec/mlp.h index 338a7a3310..b81c735d1f 100644 --- a/libavcodec/mlp.h +++ b/libavcodec/mlp.h @@ -106,8 +106,6 @@ uint8_t ff_mlp_restart_checksum(const uint8_t *buf, unsigned int bit_size); */ uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size); -int ff_mlp_init_crc2D(AVCodecParserContext *s); - void ff_mlp_init_crc(); /** XOR four bytes into one. */ -- cgit v1.2.3