[vlc-devel] [PATCH 5/6] mkv: debug the timestamps of the chapter used
Steve Lhomme
robux4 at videolabs.io
Thu Mar 17 12:16:13 CET 2016
---
modules/demux/mkv/virtual_segment.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mkv/virtual_segment.cpp b/modules/demux/mkv/virtual_segment.cpp
index 1e772f9..6d909d1 100644
--- a/modules/demux/mkv/virtual_segment.cpp
+++ b/modules/demux/mkv/virtual_segment.cpp
@@ -441,7 +441,7 @@ bool virtual_segment_c::UpdateCurrentToChapter( demux_t & demux )
/* we have moved to a new chapter */
if ( p_cur_vchapter != NULL && p_current_vchapter != p_cur_vchapter )
{
- msg_Dbg( &demux, "NEW CHAPTER %" PRId64, sys.i_pts );
+ msg_Dbg( &demux, "NEW CHAPTER %" PRId64 " uid=%" PRId64, sys.i_pts - VLC_TS_0, p_cur_vchapter->p_chapter->i_uid );
if ( p_cur_vedition->b_ordered )
{
/* FIXME EnterAndLeave has probably been broken for a long time */
--
2.7.2.windows.1
More information about the vlc-devel
mailing list