[FFmpeg-cvslog] Recognize yuv10 image files as v210x.
Carl Eugen Hoyos
git at videolan.org
Tue Jul 10 13:28:28 CEST 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Jul 10 13:27:16 2012 +0200| [7307746444c411c6be875068da606cf750d30867] | committer: Carl Eugen Hoyos
Recognize yuv10 image files as v210x.
Reviewed-by: Kieran Kunhya
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7307746444c411c6be875068da606cf750d30867
---
libavformat/img2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 47dbb62..1fb9c3b 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}
More information about the ffmpeg-cvslog
mailing list