Commit 8f350488 authored by Daniel Mierswa's avatar Daniel Mierswa Committed by Jean-Baptiste Kempf

backport multi tags patch

based on vlc.git 7be936ca451fa0c052069895460dcc0e67f4dfa3
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 132c76f5
......@@ -220,6 +220,7 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
}
ep->Up();
}
#if LIBMATROSKA_VERSION < 0x010100
else if( MKV_IS_ID( el, KaxTagGeneral ) )
{
msg_Dbg( &sys.demuxer, "| + General" );
......@@ -288,6 +289,7 @@ void matroska_segment_c::LoadTags( KaxTags *tags )
{
msg_Dbg( &sys.demuxer, "| + Multi Title" );
}
#endif
else
{
msg_Dbg( &sys.demuxer, "| + LoadTag Unknown (%s)", typeid( *el ).name() );
......
......@@ -92,13 +92,15 @@
#include "matroska/KaxSegment.h"
#include "matroska/KaxTag.h"
#include "matroska/KaxTags.h"
#include "matroska/KaxVersion.h"
#if LIBMATROSKA_VERSION < 0x010100
#include "matroska/KaxTagMulti.h"
#endif
#include "matroska/KaxTracks.h"
#include "matroska/KaxTrackAudio.h"
#include "matroska/KaxTrackVideo.h"
#include "matroska/KaxTrackEntryData.h"
#include "matroska/KaxContentEncoding.h"
#include "matroska/KaxVersion.h"
#include "ebml/StdIOCallback.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment