[libbluray-devel] Fix missing BD_EVENT_CHAPTER events

hpi1 git at videolan.org
Mon Oct 20 13:17:17 CEST 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Oct 20 14:16:47 2014 +0300| [5f066408934357cc51f04df09aeb65887b78b34b] | committer: hpi1

Fix missing BD_EVENT_CHAPTER events

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

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

diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index 49b4304..4454705 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -1461,6 +1461,7 @@ static void _find_next_playmark(BLURAY *bd)
         if (pos > bd->s_pos) {
             bd->next_mark = ii;
             bd->next_mark_pos = pos;
+            _update_chapter_psr(bd);
             return;
         }
     }



More information about the libbluray-devel mailing list