[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.112,1.113
Mike Melanson CVS
melanson
Thu Oct 13 06:31:58 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec truemotion2.c, NONE, 1.1 avcodec.h, 1.423, 1.424 allcodecs.c, 1.110, 1.111 Makefile, 1.203, 1.204
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat flic.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv19767/libavformat
Modified Files:
avienc.c
Log Message:
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- avienc.c 23 Sep 2005 00:25:41 -0000 1.112
+++ avienc.c 13 Oct 2005 04:31:55 -0000 1.113
@@ -188,6 +188,7 @@
{ CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
{ 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_RAWVIDEO, 0 },
{ 0, 0 },
};
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec truemotion2.c, NONE, 1.1 avcodec.h, 1.423, 1.424 allcodecs.c, 1.110, 1.111 Makefile, 1.203, 1.204
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat flic.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list