diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-29 19:44:03 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-31 13:06:19 +0200 |
commit | 378a00087fdadcc9b34165c05cd10a1a15f3fe61 (patch) | |
tree | ecb75b2ced6439e05e58606ab352e1427dfd6f70 /libavcodec/rv20enc.c | |
parent | 31a117a0e6d6eafdf997bfe0843f3e3d39cc0332 (diff) | |
download | ffmpeg-378a00087fdadcc9b34165c05cd10a1a15f3fe61.tar.gz |
mpegvideo: Move tables to a separate 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 4462bde01d..dcb192f4bd 100644 --- a/libavcodec/rv20enc.c +++ b/libavcodec/rv20enc.c @@ -26,6 +26,7 @@ */ #include "mpegvideo.h" +#include "mpegvideodata.h" #include "h263.h" #include "put_bits.h" |