Skip to content
Snippets Groups Projects
Commit 9ef44e42 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

demux:mkv: remove useless initialization


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fcdb9e3a
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ SegmentSeeker::index_unsearched_range( matroska_segment_c& ms, Range search_area
search_area.start = ms.es.I_O().getFilePointer();
fptr_t block_pos = search_area.start;
mtime_t block_pts = std::numeric_limits<mtime_t>::max();
mtime_t block_pts;
while( block_pos < search_area.end )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment