Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/eatgq.c')
-rw-r--r--libavcodec/eatgq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eatgq.c b/libavcodec/eatgq.c
index b65c8a5ce6..fa8faf41d0 100644
--- a/libavcodec/eatgq.c
+++ b/libavcodec/eatgq.c
@@ -33,7 +33,7 @@
#include "bitstream.h"
#include "bytestream.h"
#include "dsputil.h"
-extern const uint16_t ff_inv_aanscales[64]; //mpegvideo_enc.c
+#include "aandcttab.h"
typedef struct TgqContext {
AVCodecContext *avctx;