mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
query_format debug moved 1 verbose level down
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5550 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7d1c5a1699
commit
d04cd78099
@ -144,7 +144,7 @@ int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outf
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user