diff msmpeg4.c @ 5543:56bc8fbd9aee libavcodec

Move msmpeg4 tables from a header file to msmpegdata.c.
author diego
date Mon, 13 Aug 2007 17:57:06 +0000
parents f966fc154841
children 51fc10d9fdff
line wrap: on
line diff
--- a/msmpeg4.c	Mon Aug 13 15:28:29 2007 +0000
+++ b/msmpeg4.c	Mon Aug 13 17:57:06 2007 +0000
@@ -86,7 +86,6 @@
 #endif
 
 #include "msmpeg4data.h"
-#include "msmpeg4tab.h"
 
 #ifdef CONFIG_ENCODERS //strangely gcc includes this even if it is not references
 static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2];