[vlc-devel] [PATCH 07/34] mkv: removed legacy debug output
Filip Roséen
filip at videolabs.io
Fri May 6 19:08:46 CEST 2016
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.
---
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 ());
}
--
2.8.2
More information about the vlc-devel
mailing list