From 472f9ed312ec784f7c72876b77163f4741880d05 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 6 Aug 2014 19:58:57 +0000 Subject: Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. --- libavutil/frame.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil/frame.h') diff --git a/libavutil/frame.h b/libavutil/frame.h index 8136fb570d..d3360c4b25 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -433,7 +433,6 @@ typedef struct AVFrame { */ int flags; -#if FF_API_AVFRAME_COLORSPACE enum AVColorRange color_range; enum AVColorPrimaries color_primaries; @@ -443,7 +442,6 @@ typedef struct AVFrame { enum AVColorSpace colorspace; enum AVChromaLocation chroma_location; -#endif } AVFrame; /** -- cgit v1.2.3