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
2051d328
Commit
2051d328
authored
Aug 23, 2008
by
Sigmund Augdal
Committed by
Sigmund Augdal
Aug 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix double free on mkv files with V_QUICKTIME track
parent
b37eec6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/demux/mkv.cpp
modules/demux/mkv.cpp
+1
-1
No files found.
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
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