diff mlp.h @ 8248:45cfe1d44e86 libavcodec

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>.
author ramiro
date Wed, 03 Dec 2008 01:14:06 +0000
parents c4a4495715dd
children 18737839ed27
line wrap: on
line diff
--- a/mlp.h	Tue Dec 02 18:26:55 2008 +0000
+++ b/mlp.h	Wed Dec 03 01:14:06 2008 +0000
@@ -106,8 +106,6 @@
  */
 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. */