diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-10 14:29:05 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-12 12:26:04 +0100 |
commit | e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (patch) | |
tree | 3c2cf0f731fcaccc977436a64c878b7df879123e /libavcodec/flvenc.c | |
parent | 8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff) | |
download | ffmpeg-e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d.tar.gz |
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/flvenc.c')
-rw-r--r-- | libavcodec/flvenc.c | 1 |
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" |