From 7307746444c411c6be875068da606cf750d30867 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 10 Jul 2012 13:27:16 +0200 Subject: Recognize yuv10 image files as v210x. Reviewed-by: Kieran Kunhya --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index 47dbb621d1..1fb9c3bcb8 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -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} -- cgit v1.2.3