comparison libmpcodecs/vd_vfw.c @ 8027:b9da278e4c92

verbose can be negative
author arpi
date Fri, 01 Nov 2002 17:46:45 +0000
parents 17956aff04e1
children 9fc45fe0d444
comparison
equal deleted inserted replaced
8026:b465ba5897a3 8027:b9da278e4c92
230 // for broken codecs set it again: 230 // for broken codecs set it again:
231 if(sh->codec->outflags[sh->outfmtidx] & CODECS_FLAG_YUVHACK) 231 if(sh->codec->outflags[sh->outfmtidx] & CODECS_FLAG_YUVHACK)
232 set_csp(priv->o_bih,sh->codec->outfmt[sh->outfmtidx]); 232 set_csp(priv->o_bih,sh->codec->outfmt[sh->outfmtidx]);
233 233
234 mp_msg(MSGT_WIN32, MSGL_V, "Input format:\n"); 234 mp_msg(MSGT_WIN32, MSGL_V, "Input format:\n");
235 if(verbose) print_video_header(sh->bih); 235 if(verbose>0) print_video_header(sh->bih);
236 mp_msg(MSGT_WIN32, MSGL_V, "Output format:\n"); 236 mp_msg(MSGT_WIN32, MSGL_V, "Output format:\n");
237 if(verbose) print_video_header(priv->o_bih); 237 if(verbose>0) print_video_header(priv->o_bih);
238 238
239 // set postprocessing level in xvid/divx4 .dll 239 // set postprocessing level in xvid/divx4 .dll
240 ICSendMessage(priv->handle, ICM_USER+80, (long)(&divx_quality), 0); 240 ICSendMessage(priv->handle, ICM_USER+80, (long)(&divx_quality), 0);
241 241
242 // don't do this palette mess always, it makes div3 dll crashing... 242 // don't do this palette mess always, it makes div3 dll crashing...