mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 07:12:39 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6158 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a62815933c
commit
4be3451cf5
@ -44,7 +44,7 @@ static int control(struct vf_instance_s* vf,
|
|||||||
int request, void* data){
|
int request, void* data){
|
||||||
switch(request){
|
switch(request){
|
||||||
case VFCTRL_DRAW_OSD:
|
case VFCTRL_DRAW_OSD:
|
||||||
if(!vo_config_count) CONTROL_FALSE; // vo not configured?
|
if(!vo_config_count) return CONTROL_FALSE; // vo not configured?
|
||||||
video_out->draw_osd();
|
video_out->draw_osd();
|
||||||
return CONTROL_TRUE;
|
return CONTROL_TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user