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
This commit is contained in:
arpi 2002-05-16 23:23:16 +00:00
parent b171ebd099
commit e6c9966c8f
1 changed files with 4 additions and 4 deletions

View File

@ -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"