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/rv20enc.c | |
parent | 8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff) | |
download | ffmpeg-e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d.tar.gz |
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/rv20enc.c')
-rw-r--r-- | libavcodec/rv20enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c index dcb192f4bd..523315c66c 100644 --- a/libavcodec/rv20enc.c +++ b/libavcodec/rv20enc.c @@ -28,6 +28,7 @@ #include "mpegvideo.h" #include "mpegvideodata.h" #include "h263.h" +#include "h263data.h" #include "put_bits.h" void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number){ |