[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.117,1.118
Reimar Döffinger CVS
reimar
Mon Jan 9 16:41:42 CET 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec cscd.c, NONE, 1.1 Makefile, 1.218, 1.219 allcodecs.c, 1.122, 1.123 avcodec.h, 1.440, 1.441
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.441, 1.442 faac.c, 1.5, 1.6 utils.c, 1.169, 1.170
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv18276/libavformat
Modified Files:
avienc.c
Log Message:
CamStudio decoder, only 32 bit lzo mode is tested
Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- avienc.c 22 Dec 2005 01:10:11 -0000 1.117
+++ avienc.c 9 Jan 2006 15:41:39 -0000 1.118
@@ -193,6 +193,7 @@
{ CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
{ CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
{ CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') },
+ { CODEC_ID_CSCD, MKTAG('C', 'S', 'C', 'D') },
{ CODEC_ID_RAWVIDEO, 0 },
{ 0, 0 },
};
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec cscd.c, NONE, 1.1 Makefile, 1.218, 1.219 allcodecs.c, 1.122, 1.123 avcodec.h, 1.440, 1.441
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.441, 1.442 faac.c, 1.5, 1.6 utils.c, 1.169, 1.170
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list