Mercurial > mplayer.hg
changeset 7211:a5e2e54811b2
some messages added/changed
author | arpi |
---|---|
date | Sat, 31 Aug 2002 21:03:34 +0000 |
parents | 09c8c9cca9e4 |
children | 0d3af3bfab23 |
files | libmpcodecs/vd.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd.c Sat Aug 31 21:03:03 2002 +0000 +++ b/libmpcodecs/vd.c Sat Aug 31 21:03:34 2002 +0000 @@ -165,7 +165,7 @@ out_fmt=sh->codec->outfmt[i]; if(out_fmt==(signed int)0xFFFFFFFF) continue; flags=vf->query_format(vf,out_fmt); - mp_msg(MSGT_CPLAYER,MSGL_V,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),flags,i); + mp_msg(MSGT_CPLAYER,MSGL_DBG2,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),flags,i); if((flags&2) || (flags && j<0)){ // check (query) if codec really support this outfmt... if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE) @@ -185,6 +185,7 @@ return 0; // failed } out_fmt=sh->codec->outfmt[j]; + mp_msg(MSGT_CPLAYER,MSGL_INFO,"VDec: using %s as output csp (no %d)\n",vo_format_name(out_fmt),j); sh->outfmtidx=j; sh->vfilter=vf;