[Ffmpeg-cvslog] CVS: ffmpeg/libavformat img2.c,1.17,1.18
Måns Rullgård CVS
mru
Wed Nov 30 02:40:52 CET 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec bmp.c, NONE, 1.1 allcodecs.c, 1.115, 1.116 Makefile, 1.212, 1.213 avcodec.h, 1.428, 1.429
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.114,1.115
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv3074/libavformat
Modified Files:
img2.c
Log Message:
BMP image decoder
Index: img2.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/img2.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- img2.c 17 Jul 2005 22:24:35 -0000 1.17
+++ img2.c 30 Nov 2005 01:40:50 -0000 1.18
@@ -51,6 +51,7 @@
{ CODEC_ID_MPEG4 , "mpg4-img"},
{ CODEC_ID_FFV1 , "ffv1-img"},
{ CODEC_ID_RAWVIDEO , "y"},
+ { CODEC_ID_BMP , "bmp"},
{0, NULL}
};
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec bmp.c, NONE, 1.1 allcodecs.c, 1.115, 1.116 Makefile, 1.212, 1.213 avcodec.h, 1.428, 1.429
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.114,1.115
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list