diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-13 17:57:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-13 17:57:06 +0000 |
commit | 9488b966c76a7a52e9a1f7756bda82dbe1070399 (patch) | |
tree | 9e9841d1af9b9c9586b1e6eadb217579b0aeefaa /libavcodec/msmpeg4.c | |
parent | 5e4c7ca224417902dd714f4f50500b36b8c89148 (diff) | |
download | ffmpeg-9488b966c76a7a52e9a1f7756bda82dbe1070399.tar.gz |
Move msmpeg4 tables from a header file to msmpegdata.c.
Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r-- | libavcodec/msmpeg4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index f21fed7946..609fc2f690 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -86,7 +86,6 @@ int frame_count = 0; #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]; |