[vlc-commits] MKV: fix compilation

Jean-Baptiste Kempf git at videolan.org
Fri Mar 13 15:32:24 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 13 15:32:07 2015 +0100| [4072c19a12803aa73101cc7a2d44d34438baac20] | committer: Jean-Baptiste Kempf

MKV: fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4072c19a12803aa73101cc7a2d44d34438baac20
---

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

diff --git a/modules/demux/mkv/virtual_segment.cpp b/modules/demux/mkv/virtual_segment.cpp
index d017773..ffd83fa 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;



More information about the vlc-commits mailing list