git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4968 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-07 00:44:18 +00:00
parent 7e44d39de4
commit c14ad3978a
1 changed files with 1 additions and 1 deletions

View File

@ -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;