diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-10 14:29:06 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-12 12:26:54 +0100 |
commit | e7af52a68dde9144b273a9598b60bf0f56e1323b (patch) | |
tree | 02d50284df085ec579aceceb4bea916a2e4b6b65 /libavcodec/rv10.c | |
parent | e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (diff) | |
download | ffmpeg-e7af52a68dde9144b273a9598b60bf0f56e1323b.tar.gz |
mpegvideo: rv10: Move function declaration to a separate header
Diffstat (limited to 'libavcodec/rv10.c')
-rw-r--r-- | libavcodec/rv10.c | 1 |
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) |