diff etc/codecs.conf @ 6104:0fb14001bf06

old vfw codecs don't like double buffering - force static buffer for them
author arpi
date Thu, 16 May 2002 23:23:16 +0000
parents cca84649943b
children 838380d56166
line wrap: on
line diff
--- a/etc/codecs.conf	Thu May 16 21:50:38 2002 +0000
+++ b/etc/codecs.conf	Thu May 16 23:23:16 2002 +0000
@@ -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"