summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-03-30 18:06:10 +1100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-31 23:26:28 +0200
commit607cd90cdbcc1bf1160dc4ee15b079fd5a568462 (patch)
tree35b0bdd09b93569a567a8864f535463d89543f95 /libavformat/img2.c
parent0bb240acb39428fb418835e5d43534bb2959e20d (diff)
make image2 muxer/demuxer support sequence of individual rawvideo files
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c1
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"},