comparison eatgq.c @ 8218:03054192daac libavcodec

Move aanscales tables to their own file; fixes compilation without encoders. based on a patch by David Geldreich, david.geldreich free fr
author diego
date Wed, 26 Nov 2008 13:38:13 +0000
parents 4c2893f962bb
children e9d9d946f213
comparison
equal deleted inserted replaced
8217:f88ab1c3e333 8218:03054192daac
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #define ALT_BITSTREAM_READER_LE 32 #define ALT_BITSTREAM_READER_LE
33 #include "bitstream.h" 33 #include "bitstream.h"
34 #include "bytestream.h" 34 #include "bytestream.h"
35 #include "dsputil.h" 35 #include "dsputil.h"
36 extern const uint16_t ff_inv_aanscales[64]; //mpegvideo_enc.c 36 #include "aandcttab.h"
37 37
38 typedef struct TgqContext { 38 typedef struct TgqContext {
39 AVCodecContext *avctx; 39 AVCodecContext *avctx;
40 DSPContext dsp; 40 DSPContext dsp;
41 AVFrame frame; 41 AVFrame frame;