Update of /cvsroot/mplayer/main/etc In directory mplayer:/var/tmp.root/cvs-serv1614/etc Modified Files: codecs.conf Log Message: added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet) Index: codecs.conf =================================================================== RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- codecs.conf 18 Jan 2002 05:43:48 -0000 1.125 +++ codecs.conf 22 Jan 2002 05:39:34 -0000 1.126 @@ -336,6 +336,13 @@ driver qtsmc out BGR32,BGR24 +videocodec ducktm1 + info "Duck Truemotion v1" + status buggy + fourcc DUCK + driver ducktm1 + out BGR32,BGR24,BGR16,BGR15 + audiocodec imaadpcm info "IMA ADPCM" status working
participants (1)
-
Mike Melanson