Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-06 23:58:57 +0400
committerAnton Khirnov <anton@khirnov.net>2014-08-09 20:59:13 +0400
commit472f9ed312ec784f7c72876b77163f4741880d05 (patch)
tree2aa508dfe9d0467f653741f40958a90e29cd66a6 /libavutil/frame.h
parent1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8 (diff)
Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.
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;
/**