video: add unknown colorimetry parameters as well..

This commit is contained in:
Wim Taymans 2012-06-04 18:08:11 +02:00
parent 379eb410c8
commit 831519364c

View file

@ -1874,6 +1874,7 @@ static const ColorimetryInfo colorimetry[] = {
MAKE_COLORIMETRY (SMPTE240M, _16_235, SMPTE240M, SMPTE240M, SMPTE240M),
MAKE_COLORIMETRY (NONAME, _0_255, RGB, UNKNOWN, UNKNOWN),
MAKE_COLORIMETRY (NONAME, _0_255, BT601, UNKNOWN, UNKNOWN),
MAKE_COLORIMETRY (NONAME, _UNKNOWN, UNKNOWN, UNKNOWN, UNKNOWN),
};
/**