mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.
This commit is contained in:
parent
1985c2e75c
commit
472f9ed312
4 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue