[FFmpeg-cvslog] make image2 muxer/demuxer support sequence of individual rawvideo files

Peter Ross git at videolan.org
Fri Apr 1 00:48:26 CEST 2011


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Wed Mar 30 18:06:10 2011 +1100| [607cd90cdbcc1bf1160dc4ee15b079fd5a568462] | committer: Michael Niedermayer

make image2 muxer/demuxer support sequence of individual rawvideo files

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=607cd90cdbcc1bf1160dc4ee15b079fd5a568462
---

 libavformat/img2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index ed90d50..e464b02 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"},



More information about the ffmpeg-cvslog mailing list