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/h261enc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h261enc.c') diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index f24e590f92..ae61fc24c4 100644 --- a/libavcodec/h261enc.c +++ b/libavcodec/h261enc.c @@ -31,6 +31,7 @@ #include "mpegvideo.h" #include "h263.h" #include "h261.h" +#include "mpegvideodata.h" int ff_h261_get_picture_format(int width, int height) { -- cgit v1.2.3