[vlc-commits] access: bluray: change overlay state on release

Francois Cartegnie git at videolan.org
Thu Oct 18 15:49:33 CEST 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Oct 18 14:59:46 2018 +0200| [c13b6616e85b96bb424b181d3d8e926eb4c31ea1] | committer: Francois Cartegnie

access: bluray: change overlay state on release

otherwise tries to redisplay on invalid channel

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

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

diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index 5422e008b3..0a40ef060c 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -428,7 +428,7 @@ static void blurayReleaseVideoES(demux_t *p_demux)
                                     p_sys->p_video_es, p_ov->i_channel );
                 }
                 p_ov->i_channel = -1;
-                p_ov->status = ToDisplay;
+                p_ov->status = Closed;
                 vlc_mutex_unlock(&p_ov->lock);
 
                 if (p_ov->p_updater) {



More information about the vlc-commits mailing list