Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2011-03-30 11:06:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-04-01 01:26:28 +0400
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"},