summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-10 13:27:16 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-10 13:27:16 +0200
commit7307746444c411c6be875068da606cf750d30867 (patch)
treec41961169cc68f29c0fc37efec0f692a2c11c8fd /libavformat/img2.c
parent5bcabc56c02101530679fbaaf56b365e19908427 (diff)
downloadffmpeg-7307746444c411c6be875068da606cf750d30867.tar.gz
Recognize yuv10 image files as v210x.
Reviewed-by: Kieran Kunhya
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c1
1 files changed, 1 insertions, 0 deletions
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}