diff options
author | Laurent Aimar <fenrir@via.ecp.fr> | 2008-12-03 01:14:06 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-12-03 01:14:06 +0000 |
commit | 7a2efd2e447d5e7c7c0af61417a838b042fb7d0a (patch) | |
tree | e355330c3d8bb90886842a6fb70db7062f04ead1 /libavcodec/mlp.h | |
parent | 751ccc48521d40505449d1fbfed8c6cd4ad1257d (diff) | |
download | ffmpeg-7a2efd2e447d5e7c7c0af61417a838b042fb7d0a.tar.gz |
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 <fenrir at via dot ecp dot fr>.
Originally committed as revision 15986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mlp.h')
-rw-r--r-- | libavcodec/mlp.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |