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
00d18e84
Commit
00d18e84
authored
Mar 11, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix crash in TS muxer. Patch by Alex Antropoff.
Thanks. Closes: #552
parent
bfabd662
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/mux/mpeg/pes.c
modules/mux/mpeg/pes.c
+1
-0
No files found.
modules/mux/mpeg/pes.c
View file @
00d18e84
...
...
@@ -288,6 +288,7 @@ int E_( EStoPES )( sout_instance_t *p_sout, block_t **pp_pes, block_t *p_es,
if
(
p_es
)
{
p_es
=
block_Realloc
(
p_es
,
i_pes_header
,
p_es
->
i_buffer
);
p_data
=
p_es
->
p_buffer
+
i_pes_header
;
/* reuse p_es for first frame */
*
pp_pes
=
p_pes
=
p_es
;
/* don't touch i_dts, i_pts, i_length as are already set :) */
...
...
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