Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.

This commit is contained in:
Anton Khirnov 2014-08-06 19:58:57 +00:00
parent 1985c2e75c
commit 472f9ed312
4 changed files with 0 additions and 9 deletions

View file

@ -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;
/**