summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_bluray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_bluray.c b/src/input/input_bluray.c
index a1cdee5d8..29e098961 100644
--- a/src/input/input_bluray.c
+++ b/src/input/input_bluray.c
@@ -177,6 +177,7 @@ static xine_osd_t *get_overlay(bluray_input_plugin_t *this, int plane)
if (!this->pg_enable) {
_x_select_spu_channel(this->stream, -1);
}
+ this->stream->video_out->enable_ovl(this->stream->video_out, 1);
return this->osd[plane];
}