From: Jean-Baptiste Kempf Date: Fri, 13 Mar 2015 14:32:07 +0000 (+0100) Subject: MKV: fix compilation X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=4072c19a12803aa73101cc7a2d44d34438baac20 MKV: fix compilation --- diff --git a/modules/demux/mkv/virtual_segment.cpp b/modules/demux/mkv/virtual_segment.cpp index d017773709..ffd83fad04 100644 --- a/modules/demux/mkv/virtual_segment.cpp +++ b/modules/demux/mkv/virtual_segment.cpp @@ -462,7 +462,7 @@ bool virtual_chapter_c::EnterAndLeave( virtual_chapter_c *p_item, bool b_enter ) return p_chapter->EnterAndLeave( p_item->p_chapter, b_enter ); } -void virtual_segment_c::Seek( demux_t & demuxer, mkv_time_t i_date, +void virtual_segment_c::Seek( demux_t & demuxer, mtime_t i_date, virtual_chapter_c *p_chapter, int64_t i_global_position ) { demux_sys_t *p_sys = demuxer.p_sys;