[Mplayer-cvslog] CVS: main/etc codecs.conf,1.296,1.297
Arpi of Ize
arpi at mplayerhq.hu
Sun Aug 31 00:58:18 CEST 2003
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv8709
Modified Files:
codecs.conf
Log Message:
ffmpeg1/2
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -r1.296 -r1.297
--- codecs.conf 30 Aug 2003 13:56:46 -0000 1.296
+++ codecs.conf 30 Aug 2003 22:57:54 -0000 1.297
@@ -31,6 +31,26 @@
; dll "libmpeg2"
out YV12,I420,IYUV
+videocodec ffmpeg1
+ info "FFmpeg MPEG 1"
+ status working
+ format 0x10000001 ; mpeg 1
+ fourcc mpg1
+ fourcc PIM1 ; Pinnacle hardware-mpeg1
+ fourcc VCR2
+ driver ffmpeg
+ dll "mpeg1video"
+ out YV12,I420,IYUV
+
+videocodec ffmpeg2
+ info "FFmpeg MPEG 2"
+ status working
+ format 0x10000002 ; mpeg 2
+ fourcc mpg2
+ driver ffmpeg
+ dll "mpeg2video"
+ out YV12,I420,IYUV
+
videocodec ffmpeg12
info "FFmpeg MPEG 1/2"
status working
More information about the MPlayer-cvslog
mailing list