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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 16:29:05 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 14:26:04 +0300
commite3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (patch)
tree3c2cf0f731fcaccc977436a64c878b7df879123e /libavcodec/flvenc.c
parent8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff)
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/flvenc.c')
-rw-r--r--libavcodec/flvenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flvenc.c b/libavcodec/flvenc.c
index f52f66aed8..994ea07604 100644
--- a/libavcodec/flvenc.c
+++ b/libavcodec/flvenc.c
@@ -20,6 +20,7 @@
#include "flv.h"
#include "h263.h"
+#include "h263data.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"