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/wmv2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wmv2.c') diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index 7e0da935b5..c9a382d405 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -20,6 +20,7 @@ #include "avcodec.h" #include "idctdsp.h" +#include "mpegutils.h" #include "mpegvideo.h" #include "msmpeg4data.h" #include "simple_idct.h" -- cgit v1.2.3