Re: [FFmpeg-devel] [PATCH 6/6] dv: move inverse weight tables to decoder

2014-10-26 Thread Michael Niedermayer
On Sat, Oct 25, 2014 at 11:19:25AM +, Christophe Gisquet wrote: > The encoder has its own tables and does not access the idct_factor > member of the DVVideoContext structure. > --- > libavcodec/dv.c | 34 > libavcodec/dv.h | 1 + > libavcodec/dvdata.c | 65

[FFmpeg-devel] [PATCH 6/6] dv: move inverse weight tables to decoder

2014-10-25 Thread Christophe Gisquet
The encoder has its own tables and does not access the idct_factor member of the DVVideoContext structure. --- libavcodec/dv.c | 34 libavcodec/dv.h | 1 + libavcodec/dvdata.c | 65 -- libavcodec/dvdata.h | 7 libavcodec/dvdec.c | 11