[FFmpeg-devel] [PATCH 2/2] make image2 muxer/demuxer support sequence of individual rawvideo files
Peter Ross
pross
Sat Feb 12 04:26:13 CET 2011
---
libavformat/img2.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 57b9386..830bc57 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -57,6 +57,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.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://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110212/4399d66b/attachment.pgp>
More information about the ffmpeg-devel
mailing list