[libbluray-devel] Release still mode when BD-J terminates

hpi1 git at videolan.org
Tue Oct 21 13:16:34 CEST 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Tue Oct 21 14:16:07 2014 +0300| [58afcf963688e73f84a6d69c22d3f93ce82e923d] | committer: hpi1

Release still mode when BD-J terminates

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=58afcf963688e73f84a6d69c22d3f93ce82e923d
---

 src/libbluray/bluray.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index 4454705..d346181 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -1266,6 +1266,7 @@ static void _stop_bdj(BLURAY *bd)
 {
     if (bd->bdjava != NULL) {
         bdj_process_event(bd->bdjava, BDJ_EVENT_STOP, 0);
+        _queue_event(bd, BD_EVENT_STILL, 0);
     }
 }
 #else



More information about the libbluray-devel mailing list