summaryrefslogtreecommitdiffstats
path: root/find_sub.c
diff options
context:
space:
mode:
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;