diff msmpeg4.c @ 4964:9fb6d2125500 libavcodec

split msmpeg4 data to easily share some of it with vc1.c
author aurel
date Thu, 10 May 2007 10:03:16 +0000
parents 1f1a0e67b961
children 997c368e6433
line wrap: on
line diff
--- a/msmpeg4.c	Thu May 10 09:26:14 2007 +0000
+++ b/msmpeg4.c	Thu May 10 10:03:16 2007 +0000
@@ -86,6 +86,7 @@
 #endif
 
 #include "msmpeg4data.h"
+#include "msmpeg4tab.h"
 
 #ifdef CONFIG_ENCODERS //strangely gcc includes this even if its not references
 static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2];
@@ -972,9 +973,6 @@
 /* decoding stuff */
 
 static VLC mb_non_intra_vlc[4];
-VLC ff_msmp4_mb_i_vlc;
-VLC ff_msmp4_dc_luma_vlc[2];
-VLC ff_msmp4_dc_chroma_vlc[2];
 static VLC v2_dc_lum_vlc;
 static VLC v2_dc_chroma_vlc;
 static VLC cbpy_vlc;