[Mplayer-cvslog] CVS: main/etc codecs.conf,1.356,1.357

Roberto Togni CVS syncmail at mplayerhq.hu
Sun Aug 22 17:36:43 CEST 2004


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv1484

Modified Files:
	codecs.conf 
Log Message:
H.261 support via lavc codec and lavf demuxer
Note: works only on raw h261 files


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -r1.356 -r1.357
--- codecs.conf	21 Aug 2004 19:22:11 -0000	1.356
+++ codecs.conf	22 Aug 2004 15:36:40 -0000	1.357
@@ -872,6 +872,14 @@
   dll "vid_h263.xa"
   out YV12,IYUV,I420
 
+videocodec ffh261
+  info "CCITT H.261"
+  status working
+  fourcc H261,h261
+  driver ffmpeg
+  dll h261
+  out YV12
+
 videocodec h261xa
   info "XAnim's CCITT H.261"
   status untested




More information about the MPlayer-cvslog mailing list