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/rv10.c | |
parent | 8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff) | |
download | ffmpeg-e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d.tar.gz |
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r-- | libavcodec/rv10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index cf25b56141..96902f1d5c 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -32,6 +32,7 @@ #include "avcodec.h" #include "error_resilience.h" #include "h263.h" +#include "h263data.h" #include "internal.h" #include "mpeg_er.h" #include "mpegutils.h" |