mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
debug ize
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7919 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
97b045cae1
commit
2fb26f01fd
@ -171,8 +171,10 @@ csp_again:
|
||||
if((flags&2) || (flags && j<0)){
|
||||
// check (query) if codec really support this outfmt...
|
||||
sh->outfmtidx=j; // pass index to the control() function this way
|
||||
if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE)
|
||||
if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE){
|
||||
mp_msg(MSGT_CPLAYER,MSGL_DBG2,"vo_debug: codec query_format(%s) returned FALSE\n",vo_format_name(out_fmt));
|
||||
continue;
|
||||
}
|
||||
j=i; vo_flags=flags; if(flags&2) break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user