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/h263dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 3d0d1dee26..5167e867dd 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -35,6 +35,7 @@ #include "mpeg_er.h" #include "mpeg4video.h" #include "mpeg4video_parser.h" +#include "mpegutils.h" #include "mpegvideo.h" #include "msmpeg4.h" #include "qpeldsp.h" -- cgit v1.2.3