make image2 muxer/demuxer support sequence of individual rawvideo files

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Peter Ross 2011-03-30 18:06:10 +11:00 committed by Michael Niedermayer
parent 0bb240acb3
commit 607cd90cdb
1 changed files with 1 additions and 0 deletions

View File

@ -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"},