[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.108,1.109

Roberto Togni CVS rtognimp
Sun Jun 26 22:26:49 CEST 2005


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

Modified Files:
	avienc.c 
Log Message:
Theora fourcc


Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- avienc.c	9 Jun 2005 20:01:02 -0000	1.108
+++ avienc.c	26 Jun 2005 20:26:47 -0000	1.109
@@ -184,6 +184,7 @@
     { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
     { 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_RAWVIDEO, 0 },
     { 0, 0 },
 };





More information about the ffmpeg-cvslog mailing list