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-05-29 21:44:03 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-05-31 14:06:19 +0300
commit378a00087fdadcc9b34165c05cd10a1a15f3fe61 (patch)
treeecb75b2ced6439e05e58606ab352e1427dfd6f70 /libavcodec/rv20enc.c
parent31a117a0e6d6eafdf997bfe0843f3e3d39cc0332 (diff)
mpegvideo: Move tables to a separate file
Diffstat (limited to 'libavcodec/rv20enc.c')
-rw-r--r--libavcodec/rv20enc.c1
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"