Recognize yuv10 image files as v210x.

Reviewed-by: Kieran Kunhya
This commit is contained in:
Carl Eugen Hoyos 2012-07-10 13:27:16 +02:00
parent 5bcabc56c0
commit 7307746444
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_DPX , "dpx"},
{ CODEC_ID_EXR , "exr"},
{ CODEC_ID_PICTOR , "pic"},
{ CODEC_ID_V210X , "yuv10"},
{ CODEC_ID_XBM , "xbm"},
{ CODEC_ID_XWD , "xwd"},
{ CODEC_ID_NONE , NULL}