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/rv10enc.c | |
parent | e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (diff) | |
download | ffmpeg-e7af52a68dde9144b273a9598b60bf0f56e1323b.tar.gz |
mpegvideo: rv10: Move function declaration to a separate header
Diffstat (limited to 'libavcodec/rv10enc.c')
-rw-r--r-- | libavcodec/rv10enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv10enc.c b/libavcodec/rv10enc.c index 2eca9c3c88..98cd06e3ee 100644 --- a/libavcodec/rv10enc.c +++ b/libavcodec/rv10enc.c @@ -27,6 +27,7 @@ #include "mpegvideo.h" #include "put_bits.h" +#include "rv10.h" int ff_rv10_encode_picture_header(MpegEncContext *s, int picture_number) { |