[vlc-commits] access: bluray: also flag discontinuity on SET_SEEKPOINT

Thomas Guillem git at videolan.org
Fri Apr 28 08:25:06 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Apr 28 08:24:16 2017 +0200| [73e1d1786cd552ca2a6317e5293dc83f2027a93a] | committer: Thomas Guillem

access: bluray: also flag discontinuity on SET_SEEKPOINT

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

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

diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index c3c148951d..21fcb66b77 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -1838,6 +1838,7 @@ static int blurayControl(demux_t *p_demux, int query, va_list args)
     {
         int i_chapter = va_arg(args, int);
         bd_seek_chapter(p_sys->bluray, i_chapter);
+        notifyDiscontinuity( p_sys );
         p_demux->info.i_update |= INPUT_UPDATE_SEEKPOINT;
         break;
     }



More information about the vlc-commits mailing list