[vlc-commits] access: bluray: background must force es selection

Francois Cartegnie git at videolan.org
Thu Nov 1 15:20:01 CET 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Nov  1 15:18:48 2018 +0100| [699c70467c6d033e1e52413c05b1a4f5d0ede546] | committer: Francois Cartegnie

access: bluray: background must force es selection

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=699c70467c6d033e1e52413c05b1a4f5d0ede546
---

 modules/access/bluray.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index ab8d92f910..714a0a39ba 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -587,6 +587,7 @@ static es_out_id_t * blurayCreateBackgroundUnlocked(demux_t *p_demux)
     p += fmt.video.i_width * fmt.video.i_height;
     memset(p, 0x80, fmt.video.i_width * fmt.video.i_height / 2);
 
+    es_out_Control(p_demux->out, ES_OUT_SET_ES, p_sys->bdj.p_dummy_video);
     es_out_Send(p_demux->out, p_sys->bdj.p_dummy_video, p_block);
 
     es_out_Control( p_demux->out, ES_OUT_VOUT_SET_MOUSE_EVENT,



More information about the vlc-commits mailing list