[Mplayer-cvslog] CVS: main/etc codecs.conf,1.91,1.92
Johannes Feigl
jaf at mplayer.dev.hu
Tue Dec 4 15:24:15 CET 2001
Update of /cvsroot/mplayer/main/etc
In directory mplayer:/var/tmp.root/cvs-serv13016
Modified Files:
codecs.conf
Log Message:
added rawbgr modes by Artur Zaprzala <artur.zaprzala at talex.com.pl>
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- codecs.conf 4 Dec 2001 01:30:07 -0000 1.91
+++ codecs.conf 4 Dec 2001 14:24:12 -0000 1.92
@@ -628,6 +628,20 @@
format 0x0
out RGB24
+videocodec rawbgr24
+ info "RAW BGR24"
+ status working
+ driver raw
+ format 0x0
+ out BGR24 flip
+
+videocodec rawbgr15
+ info "RAW BGR15"
+ status working
+ driver raw
+ format 0x0
+ out BGR15 flip
+
videocodec null
info "NULL codec (no decoding!)"
status working
More information about the MPlayer-cvslog
mailing list