X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv10.c;h=833e4941206aea48073c7dbf0215685ced39d6f0;hb=631d56ffc823e773fb3db528b36647d067f18db3;hp=b009367304fcbdf7728ebf92e65ab3139c1fd1f5;hpb=0aba7192e12bb5e4908c957ee593e0ff3d7f7fe4;p=ffmpeg diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index b009367304f..833e4941206 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -32,11 +32,14 @@ #include "avcodec.h" #include "error_resilience.h" #include "h263.h" +#include "h263data.h" #include "internal.h" #include "mpeg_er.h" +#include "mpegutils.h" #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)