diff options
author | Peter Ross <pross@xvid.org> | 2011-03-30 18:06:10 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-31 23:26:28 +0200 |
commit | 607cd90cdbcc1bf1160dc4ee15b079fd5a568462 (patch) | |
tree | 35b0bdd09b93569a567a8864f535463d89543f95 | |
parent | 0bb240acb39428fb418835e5d43534bb2959e20d (diff) | |
download | ffmpeg-607cd90cdbcc1bf1160dc4ee15b079fd5a568462.tar.gz |
make image2 muxer/demuxer support sequence of individual rawvideo files
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index ed90d5067b..e464b027fe 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -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"}, |