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/mpegutils.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libavcodec/mpegutils.h') diff --git a/libavcodec/mpegutils.h b/libavcodec/mpegutils.h index 9446724f30..5c503fb600 100644 --- a/libavcodec/mpegutils.h +++ b/libavcodec/mpegutils.h @@ -115,6 +115,14 @@ #define CANDIDATE_MB_TYPE_DIRECT0 (1 << 12) +enum OutputFormat { + FMT_MPEG1, + FMT_H261, + FMT_H263, + FMT_MJPEG, +}; + + /** * Draw a horizontal band if supported. * -- cgit v1.2.3