mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
video-color: Fix unknown colorimetry checking
Also drop some deadcode #defines.
This commit is contained in:
parent
b9bb240c6b
commit
aa759d4204
1 changed files with 3 additions and 6 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue