]> git.sesse.net Git - vlc/commitdiff
MKV: Multi tags don't exist anymore
authorSteve Lhomme <robux4@robux4-desktop.(none)>
Fri, 28 Jan 2011 17:57:50 +0000 (18:57 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Jan 2011 20:00:41 +0000 (21:00 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/matroska_segment.cpp
modules/demux/mkv/mkv.hpp

index 2856b9347e574198954ba3e4dd0b11cd5d471cac..fac4f45365a54bdf8e978a961214174d1a2f8e91 100644 (file)
@@ -267,6 +267,7 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
             {
                 if( MKV_IS_ID( el, KaxTagTargets ) )
                     PARSE_TAG( "Targets" );
+#if 0 // not valid anymore
                 else if( MKV_IS_ID( el, KaxTagGeneral ) )
                     PARSE_TAG( "General" );
                 else if( MKV_IS_ID( el, KaxTagGenres ) )
@@ -303,6 +304,7 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
                 {
                     msg_Dbg( &sys.demuxer, "|   + Multi Title" );
                 }
+#endif
                 else if( MKV_IS_ID( el, KaxTagSimple ) )
                     ParseSimpleTags( static_cast<KaxTagSimple*>( el ) );
                 else
index 664cafac21a05489e77669453d21649a860a11a3..c7b6194be37353eed3a39d5482e6b4cb87e340be 100644 (file)
@@ -86,7 +86,7 @@
 #include "matroska/KaxSegment.h"
 #include "matroska/KaxTag.h"
 #include "matroska/KaxTags.h"
-#include "matroska/KaxTagMulti.h"
+//#include "matroska/KaxTagMulti.h"
 #include "matroska/KaxTracks.h"
 #include "matroska/KaxTrackAudio.h"
 #include "matroska/KaxTrackVideo.h"