]> git.sesse.net Git - vlc/blobdiff - modules/demux/mkv/matroska_segment.hpp
AVFormat Demuxer : Set fourcc based on source container.
[vlc] / modules / demux / mkv / matroska_segment.hpp
index cd0d717f79cb8c3a8ea7ef4bf20f9fa78d8d1a63..3ac9b601a6204c4fb20935e1b62a6b438edcca09 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "mkv.hpp"
 
+
 #include "Ebml_parser.hpp"
 
 class chapter_edition_c;
@@ -147,7 +148,7 @@ public:
     void LoadTags( KaxTags *tags );
     void InformationCreate( );
     void Seek( mtime_t i_date, mtime_t i_time_offset, int64_t i_global_position );
-    int BlockGet( KaxBlock * &, KaxSimpleBlock * &, int64_t *, int64_t *, int64_t *);
+    int BlockGet( KaxBlock * &, KaxSimpleBlock * &, bool *, bool *, int64_t *);
 
     int BlockFindTrackIndex( size_t *pi_track,
                              const KaxBlock *, const KaxSimpleBlock * );