Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
2aa62a00
Commit
2aa62a00
authored
May 06, 2016
by
Filip Roséen
Committed by
Jean-Baptiste Kempf
May 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mkv: cleaned matroska_segment_c::ParseChapterAtom
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
b2d7e7db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
modules/demux/mkv/matroska_segment_parse.cpp
modules/demux/mkv/matroska_segment_parse.cpp
+1
-3
No files found.
modules/demux/mkv/matroska_segment_parse.cpp
View file @
2aa62a00
...
...
@@ -976,9 +976,7 @@ void matroska_segment_c::ParseChapterAtom( int i_level, KaxChapterAtom *ca, chap
for
(
size_t
j
=
0
;
j
<
cp
.
ListSize
();
j
++
)
{
EbmlElement
*
k
=
cp
[
j
];
if
(
MKV_CHECKED_PTR_DECL
(
p_codec_id
,
KaxChapterProcessCodecID
,
k
)
)
if
(
MKV_CHECKED_PTR_DECL
(
p_codec_id
,
KaxChapterProcessCodecID
,
cp
[
j
]
)
)
{
if
(
static_cast
<
uint32
>
(
*
p_codec_id
)
==
0
)
p_ccodec
=
new
matroska_script_codec_c
(
vars
.
obj
->
sys
);
...
...
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