From 378a00087fdadcc9b34165c05cd10a1a15f3fe61 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 29 May 2015 19:44:03 +0100 Subject: mpegvideo: Move tables to a separate file --- libavcodec/flvdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/flvdec.c') diff --git a/libavcodec/flvdec.c b/libavcodec/flvdec.c index 0a6f268579..71617947bb 100644 --- a/libavcodec/flvdec.c +++ b/libavcodec/flvdec.c @@ -23,6 +23,7 @@ #include "flv.h" #include "h263.h" #include "mpegvideo.h" +#include "mpegvideodata.h" void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last) { -- cgit v1.2.3