From e6c9966c8feb71e4cd4102da5b23e1b039223f93 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 16 May 2002 23:23:16 +0000 Subject: 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 --- etc/codecs.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') 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" -- cgit v1.2.3