summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-05-29 19:44:03 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-05-31 13:06:19 +0200
commit378a00087fdadcc9b34165c05cd10a1a15f3fe61 (patch)
treeecb75b2ced6439e05e58606ab352e1427dfd6f70 /libavcodec/rv10.c
parent31a117a0e6d6eafdf997bfe0843f3e3d39cc0332 (diff)
mpegvideo: Move tables to a separate file
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r--libavcodec/rv10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 20230f40bd..52be052537 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -36,6 +36,7 @@
#include "mpeg_er.h"
#include "mpegvideo.h"
#include "mpeg4video.h"
+#include "mpegvideodata.h"
#define RV_GET_MAJOR_VER(x) ((x) >> 28)
#define RV_GET_MINOR_VER(x) (((x) >> 20) & 0xFF)