From 925b80d64029d41962e5998d7d901226c3a9baea Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sun, 31 May 2015 15:49:55 +0200 Subject: mpegvideo: Move OutFormat enum to mpegutils.h It is necessary to avoid circular header dependencies. --- libavcodec/rv10.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/rv10.c') diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 52be052537..cf25b56141 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -34,6 +34,7 @@ #include "h263.h" #include "internal.h" #include "mpeg_er.h" +#include "mpegutils.h" #include "mpegvideo.h" #include "mpeg4video.h" #include "mpegvideodata.h" -- cgit v1.2.3