# HG changeset patch # User arpi # Date 1018480999 0 # Node ID 7bed3fb6a3bed3d5b5b071e07ba224d5e1b39ea2 # Parent fa4852cae8b14a7c1a7a3f564a20f2bc49d7d8a0 query_format debug moved 1 verbose level down diff -r fa4852cae8b1 -r 7bed3fb6a3be libmpcodecs/vd.c --- a/libmpcodecs/vd.c Wed Apr 10 18:40:14 2002 +0000 +++ b/libmpcodecs/vd.c Wed Apr 10 23:23:19 2002 +0000 @@ -144,7 +144,7 @@ out_fmt=sh->codec->outfmt[i]; if(out_fmt==(signed int)0xFFFFFFFF) continue; vo_flags=vf->query_format(vf,out_fmt); - mp_msg(MSGT_CPLAYER,MSGL_DBG2,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),vo_flags,i); + mp_msg(MSGT_CPLAYER,MSGL_V,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),vo_flags,i); if((vo_flags&2) || (vo_flags && j<0)){ // check (query) if codec really support this outfmt... if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE)