Skip to content
Snippets Groups Projects
Commit 758c4124 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

demux:mkv: fix i_last_dts mtime_t init

parent 70da6668
No related branches found
No related tags found
No related merge requests found
......@@ -838,7 +838,7 @@ mkv_track_t::mkv_track_t(enum es_format_category_e es_cat) :
,b_no_duration(false)
,i_default_duration(0)
,f_timecodescale(1.0)
,i_last_dts(0)
,i_last_dts(VLC_TS_INVALID)
,i_skip_until_fpos(std::numeric_limits<uint64_t>::max())
,f_fps(0)
,p_es(NULL)
......
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