[vlc-commits] mkv: removed legacy debug output
Filip Roséen
git at videolan.org
Sat May 7 20:33:41 CEST 2016
vlc | branch: master | Filip Roséen <filip at videolabs.io> | 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 <jb at videolan.org>
> 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 ());
}
More information about the vlc-commits
mailing list