summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-16 23:23:16 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-16 23:23:16 +0000
commite6c9966c8feb71e4cd4102da5b23e1b039223f93 (patch)
tree5ce2a1fd625a77614a1b13ff65d8448e87a2deec /etc
parentb171ebd099365d2fe0efd0c4a8ac96dce78345da (diff)
downloadmpv-e6c9966c8feb71e4cd4102da5b23e1b039223f93.tar.bz2
mpv-e6c9966c8feb71e4cd4102da5b23e1b039223f93.tar.xz
old vfw codecs don't like double buffering - force static buffer for them
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6105 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 7e1d57cc69..e03ab43cd0 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -120,13 +120,13 @@ videocodec roqvideo
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 @@ videocodec cvidvfw
dll "iccvid.dll"
; out YUY2
; out UYVY
- out BGR24,BGR15
+ out BGR24,BGR15 static
videocodec huffyuv
info "HuffYUV"
@@ -613,7 +613,7 @@ videocodec indeo3
fourcc IV32,iv32
driver vfw
dll "ir32_32.dll"
- out BGR24,BGR15 flip
+ out BGR24,BGR15 flip,static
videocodec indeo5xa
info "Intel Indeo 5"