Commit 607cd90c authored by Peter Ross's avatar Peter Ross Committed by Michael Niedermayer

make image2 muxer/demuxer support sequence of individual rawvideo files

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0bb240ac
......@@ -58,6 +58,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_MPEG4 , "mpg4-img"},
{ CODEC_ID_FFV1 , "ffv1-img"},
{ CODEC_ID_RAWVIDEO , "y"},
{ CODEC_ID_RAWVIDEO , "raw"},
{ CODEC_ID_BMP , "bmp"},
{ CODEC_ID_GIF , "gif"},
{ CODEC_ID_TARGA , "tga"},
......
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