On 23 January 2016 at 16:28, Michael Niedermayer <mich...@niedermayer.cc> wrote:
> On Fri, Jan 22, 2016 at 06:15:42PM +0000, Rostislav Pehlivanov wrote: > > This commit moves the quantization matricies and a single define to the > > shared header between the encoder and decoder. This is in preparation > > for the following commit which will introduce the encoder. > > > > Signed-off-by: Rostislav Pehlivanov <atomnu...@gmail.com> > > --- > > libavcodec/dirac.h | 78 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > > libavcodec/diracdec.c | 78 > --------------------------------------------------- > > 2 files changed, 78 insertions(+), 78 deletions(-) > > shouldnt the common tables be in a direcwhatever.c that gets build > once and used by both encoder and decoder ? > > Not a bad idea actually, will make a diractab.c file. Will put a few additional custom quantization tables the encoder uses there. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel