some messages added/changed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7212 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-31 21:03:34 +00:00
parent b7765049ae
commit 7a5b68e6d6
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,7 @@ csp_again:
out_fmt=sh->codec->outfmt[i]; out_fmt=sh->codec->outfmt[i];
if(out_fmt==(signed int)0xFFFFFFFF) continue; if(out_fmt==(signed int)0xFFFFFFFF) continue;
flags=vf->query_format(vf,out_fmt); 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)){ if((flags&2) || (flags && j<0)){
// check (query) if codec really support this outfmt... // check (query) if codec really support this outfmt...
if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE) if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE)
@ -185,6 +185,7 @@ csp_again:
return 0; // failed return 0; // failed
} }
out_fmt=sh->codec->outfmt[j]; 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->outfmtidx=j;
sh->vfilter=vf; sh->vfilter=vf;