[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.102,1.103

Michael Niedermayer CVS michael
Wed Apr 20 11:42:50 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv31350

Modified Files:
	avienc.c 
Log Message:
Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)


Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- avienc.c	3 Apr 2005 05:02:08 -0000	1.102
+++ avienc.c	20 Apr 2005 09:42:47 -0000	1.103
@@ -180,6 +180,7 @@
     { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
     { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
     { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
+    { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
     { CODEC_ID_RAWVIDEO, 0 },
     { 0, 0 },
 };





More information about the ffmpeg-cvslog mailing list