]> git.sesse.net Git - vlc/blobdiff - modules/demux/mkv/matroska_segment.hpp
Don't leak references to card when we have more than one.
[vlc] / modules / demux / mkv / matroska_segment.hpp
index 3ac9b601a6204c4fb20935e1b62a6b438edcca09..944e64beed20452e193e2d3367b1972fb4a3af6b 100644 (file)
@@ -146,6 +146,7 @@ public:
     void IndexAppendCluster( KaxCluster *cluster );
     void LoadCues( KaxCues *cues );
     void LoadTags( KaxTags *tags );
+    void ParseSimpleTags( KaxTagSimple *tag );
     void InformationCreate( );
     void Seek( mtime_t i_date, mtime_t i_time_offset, int64_t i_global_position );
     int BlockGet( KaxBlock * &, KaxSimpleBlock * &, bool *, bool *, int64_t *);