summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h2
1 files changed, 0 insertions, 2 deletions
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;
/**