# HG changeset patch # User arpi # Date 1021591396 0 # Node ID 0fb14001bf06c510063617a62848956fc60ea34e # Parent 59574337948080955f83724ef91a941a2d791aae old vfw codecs don't like double buffering - force static buffer for them diff -r 595743379480 -r 0fb14001bf06 etc/codecs.conf --- 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"