summaryrefslogtreecommitdiffstats
path: root/find_sub.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 15:25:11 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 15:25:11 +0000
commit06ebd66015ae446564f505ed3345fb50a5e74bfc (patch)
tree2ab1424c8881a626a746b8322205f08c479e40ed /find_sub.c
parentd60a7a1d74d6c016e2ea08dd564ed07225a2b945 (diff)
downloadmpv-06ebd66015ae446564f505ed3345fb50a5e74bfc.tar.bz2
mpv-06ebd66015ae446564f505ed3345fb50a5e74bfc.tar.xz
osd outside movie support for vo_sdl, patch by Fredrik Kuivinen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'find_sub.c')
-rw-r--r--find_sub.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/find_sub.c b/find_sub.c
index 06e396c6d0..73792aae8c 100644
--- a/find_sub.c
+++ b/find_sub.c
@@ -35,6 +35,9 @@ void find_sub(subtitle* subtitles,int key){
}
// sub changed!
+ /* Tell the OSD subsystem that the OSD contents will change soon */
+ vo_osd_changed(1);
+
if(key<=0){
vo_sub=NULL; // no sub here
return;