[vlc-devel] [PATCH 5/7] demux:mkv: remove useless line

Steve Lhomme robux4 at videolabs.io
Tue Mar 15 08:50:23 CET 2016


---
 modules/demux/mkv/virtual_segment.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/mkv/virtual_segment.cpp b/modules/demux/mkv/virtual_segment.cpp
index 27e1be4..3653371 100644
--- a/modules/demux/mkv/virtual_segment.cpp
+++ b/modules/demux/mkv/virtual_segment.cpp
@@ -264,7 +264,6 @@ virtual_segment_c::virtual_segment_c( std::vector<matroska_segment_c*> * p_opene
     /* Main segment */
     std::vector<chapter_edition_c*>::size_type i;
     matroska_segment_c *p_segment = (*p_opened_segments)[0];
-    i_current_edition = 0;
     i_sys_title = 0;
     p_current_chapter = NULL;
     b_current_chapter_entered = false;
-- 
2.7.2.windows.1



More information about the vlc-devel mailing list