Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
7be936ca
Commit
7be936ca
authored
Jan 28, 2011
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Jan 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MKV: Multi tags don't exist anymore
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
197661eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
modules/demux/mkv/matroska_segment.cpp
modules/demux/mkv/matroska_segment.cpp
+2
-0
modules/demux/mkv/mkv.hpp
modules/demux/mkv/mkv.hpp
+1
-1
No files found.
modules/demux/mkv/matroska_segment.cpp
View file @
7be936ca
...
...
@@ -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
...
...
modules/demux/mkv/mkv.hpp
View file @
7be936ca
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment