On Tue, Feb 28, 2012 at 03:05:14PM +0100, Anton Khirnov wrote: > > On Sat, 18 Feb 2012 14:40:25 +0100, Diego Biurrun <di...@biurrun.de> wrote: > > --- a/libavcodec/msmpeg4.c > > +++ b/libavcodec/msmpeg4.c > > @@ -52,21 +53,12 @@ > > > > -static uint32_t v2_dc_lum_table[512][2]; > > -static uint32_t v2_dc_chroma_table[512][2]; > > - > > -#include "msmpeg4data.h" > > - > > -#if CONFIG_ENCODERS //strangely gcc includes this even if it is not > > referenced > > -static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2]; > > -#endif //CONFIG_ENCODERS > > +uint32_t v2_dc_lum_table[512][2]; > > +uint32_t v2_dc_chroma_table[512][2]; > > Why don't those move to msmpeg4data?
Good idea, updated patch coming up ... Diego _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel