Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2051d328
Commit
2051d328
authored
Aug 23, 2008
by
Sigmund Augdal
Committed by
Sigmund Augdal
Aug 23, 2008
Browse files
Fix double free on mkv files with V_QUICKTIME track
parent
b37eec6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
2051d328
...
...
@@ -2344,7 +2344,7 @@ bool matroska_segment_c::Select( mtime_t i_start_time )
stream_t
*
p_mp4_stream
=
stream_MemoryNew
(
VLC_OBJECT
(
&
sys
.
demuxer
),
tracks
[
i_track
]
->
p_extra_data
,
tracks
[
i_track
]
->
i_extra_data
,
fals
e
);
tru
e
);
MP4_ReadBoxCommon
(
p_mp4_stream
,
p_box
);
MP4_ReadBox_sample_vide
(
p_mp4_stream
,
p_box
);
tracks
[
i_track
]
->
fmt
.
i_codec
=
p_box
->
i_type
;
...
...
Write
Preview
Supports
Markdown
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