Commit 73077464 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Recognize yuv10 image files as v210x.

Reviewed-by: Kieran Kunhya
parent 5bcabc56
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment