summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 14:29:06 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 12:26:54 +0100
commite7af52a68dde9144b273a9598b60bf0f56e1323b (patch)
tree02d50284df085ec579aceceb4bea916a2e4b6b65 /libavcodec/rv10.c
parente3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (diff)
mpegvideo: rv10: Move function declaration to a separate header
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 96902f1d5c..cd95b602da 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -39,6 +39,7 @@
#include "mpegvideo.h"
#include "mpeg4video.h"
#include "mpegvideodata.h"
+#include "rv10.h"
#define RV_GET_MAJOR_VER(x) ((x) >> 28)
#define RV_GET_MINOR_VER(x) (((x) >> 20) & 0xFF)