Skip to content
Snippets Groups Projects
Commit 607cd90c authored by Peter Ross's avatar Peter Ross Committed by Michael Niedermayer
Browse files

make image2 muxer/demuxer support sequence of individual rawvideo files

parent 0bb240ac
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment