mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4968 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7e44d39de4
commit
c14ad3978a
|
@ -63,7 +63,7 @@ static vd_functions_t* mpvdec=NULL;
|
|||
|
||||
int get_video_quality_max(sh_video_t *sh_video){
|
||||
if(mpvdec){
|
||||
int ret=mpvdec->control(sh_video,VDCTRL_QUERY_MAX_PP_LEVEL);
|
||||
int ret=mpvdec->control(sh_video,VDCTRL_QUERY_MAX_PP_LEVEL,NULL);
|
||||
if(ret>=0) return ret;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue