[Mplayer-cvslog] CVS: main/etc codecs.conf,1.188,1.189
Arpi of Ize
arpi at mplayerhq.hu
Fri May 17 01:23:26 CEST 2002
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv22877
Modified Files:
codecs.conf
Log Message:
old vfw codecs don't like double buffering - force static buffer for them
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- codecs.conf 15 May 2002 12:54:33 -0000 1.188
+++ codecs.conf 16 May 2002 23:23:16 -0000 1.189
@@ -120,13 +120,13 @@
videocodec cram
info "Microsoft Video 1"
comment "Input bpp = output bpp (8bpp is only supported by vo_ggi)"
- status working
+ status buggy
fourcc cram,CRAM CRAM
fourcc msvc,MSVC CRAM
fourcc wham,WHAM CRAM
driver vfw
dll "msvidc32.dll"
- out BGR24,BGR15,BGR8
+ out BGR24,BGR15,BGR8 static
videocodec cvidvfw
info "Cinepak Video"
@@ -136,7 +136,7 @@
dll "iccvid.dll"
; out YUY2
; out UYVY
- out BGR24,BGR15
+ out BGR24,BGR15 static
videocodec huffyuv
info "HuffYUV"
@@ -613,7 +613,7 @@
fourcc IV32,iv32
driver vfw
dll "ir32_32.dll"
- out BGR24,BGR15 flip
+ out BGR24,BGR15 flip,static
videocodec indeo5xa
info "Intel Indeo 5"
More information about the MPlayer-cvslog
mailing list