From e7af52a68dde9144b273a9598b60bf0f56e1323b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 10 Jun 2015 14:29:06 +0100 Subject: mpegvideo: rv10: Move function declaration to a separate header --- libavcodec/rv20enc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/rv20enc.c') diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c index 523315c66c..61e8a9d4c9 100644 --- a/libavcodec/rv20enc.c +++ b/libavcodec/rv20enc.c @@ -30,6 +30,7 @@ #include "h263.h" #include "h263data.h" #include "put_bits.h" +#include "rv10.h" void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number){ put_bits(&s->pb, 2, s->pict_type); //I 0 vs. 1 ? -- cgit v1.2.3