video-color: Fix unknown colorimetry checking

Also drop some deadcode #defines.
This commit is contained in:
Arun Raghavan 2019-05-24 16:35:08 +02:00
parent b9bb240c6b
commit aa759d4204

View file

@ -63,13 +63,10 @@ typedef struct
#define GST_VIDEO_COLORIMETRY_NONAME NULL #define GST_VIDEO_COLORIMETRY_NONAME NULL
#define DEFAULT_YUV_SD 0 #define DEFAULT_UNKNOWN 9
#define DEFAULT_YUV_HD 1
#define DEFAULT_RGB 3
#define DEFAULT_YUV_UHD 4
#define DEFAULT_GRAY 5
#define DEFAULT_UNKNOWN 6
/* NOTE: If you add an entry below, don't forget to update DEFAULT_UNKNOWN
* above */
static const ColorimetryInfo colorimetry[] = { static const ColorimetryInfo colorimetry[] = {
MAKE_COLORIMETRY (BT601, _16_235, BT601, BT709, SMPTE170M), MAKE_COLORIMETRY (BT601, _16_235, BT601, BT709, SMPTE170M),
MAKE_COLORIMETRY (BT709, _16_235, BT709, BT709, BT709), MAKE_COLORIMETRY (BT709, _16_235, BT709, BT709, BT709),