From dffeec9ce10e7c3f44ec2aaba8b80952e231cf99 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 15 Apr 2002 19:17:12 +0000 Subject: new osd code, use osd objs to follow changes and do minimal updates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5639 b3059339-0415-0410-9bf9-f77b7e298cf2 --- find_sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find_sub.c') diff --git a/find_sub.c b/find_sub.c index 73792aae8c..4276ddfab1 100644 --- a/find_sub.c +++ b/find_sub.c @@ -36,7 +36,7 @@ void find_sub(subtitle* subtitles,int key){ // sub changed! /* Tell the OSD subsystem that the OSD contents will change soon */ - vo_osd_changed(1); + vo_osd_changed(OSDTYPE_SUBTITLE); if(key<=0){ vo_sub=NULL; // no sub here -- cgit v1.2.3