[FFmpeg-devel] [PATCH 2/2] make image2 muxer/demuxer support sequence of individual rawvideo files
Peter Ross
pross at xvid.org
Wed Mar 30 09:06:10 CEST 2011
---
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"},
--
1.7.4.1
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110330/2f91bc17/attachment.asc>
More information about the ffmpeg-devel
mailing list