video/test: Coding style fix

This commit is contained in:
Nicolas Dufresne 2016-09-07 14:24:54 -04:00
parent 5bcf1f1ddd
commit afaa3f1380

View file

@ -873,7 +873,7 @@ GST_START_TEST (test_parse_colorimetry)
_16_235, SMPTE240M, SMPTE240M, SMPTE240M),
MAKE_COLORIMETRY_TEST ("sRGB", "sRGB", "sRGB",
_0_255, RGB, SRGB, BT709),
MAKE_COLORIMETRY_TEST ("bt2020" , "bt2020", "bt2020",
MAKE_COLORIMETRY_TEST ("bt2020", "bt2020", "bt2020",
_16_235, BT2020, BT2020_12, BT2020),
MAKE_COLORIMETRY_TEST ("1:4:0:0", "1:4:0:0", NULL,
_0_255, BT601, UNKNOWN, UNKNOWN),