vlc | branch: master | Filip Roséen <[email protected]> | Fri May 6 19:08:46 2016 +0200| [be85f9072fb9a9f0694b6e816b6de4b56f5464b6] | committer: Jean-Baptiste Kempf
mkv: removed legacy debug output This particular block as heen disabled for a long time, and the rationale for disabling it with a preprocessor check is that it would clogger the output during playback with a lot of unnecessary output. Legacy code should be removed instead of disabled. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be85f9072fb9a9f0694b6e816b6de4b56f5464b6 --- modules/demux/mkv/matroska_segment.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/demux/mkv/matroska_segment.cpp b/modules/demux/mkv/matroska_segment.cpp index 7b21716..5d34ec3 100644 --- a/modules/demux/mkv/matroska_segment.cpp +++ b/modules/demux/mkv/matroska_segment.cpp @@ -214,11 +214,6 @@ void matroska_segment_c::LoadCues( KaxCues *cues ) } eparser.Up(); -#if 0 - msg_Dbg( &sys.demuxer, " * added time=%" PRId64 " pos=%" PRId64 - " track=%d bnum=%d", last_idx.i_time, last_idx.i_position, - last_idx.i_track, last_idx.i_block_number ); -#endif if( likely( !b_invalid_cue ) ) indexes.push_back (mkv_index_t ()); } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
