Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
c5968aaa
Commit
c5968aaa
authored
Feb 07, 2003
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a buffer leak with slice-I streams (thanks sam).
parent
3a9f7aa4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
modules/codec/mpeg_video/headers.c
modules/codec/mpeg_video/headers.c
+4
-1
No files found.
modules/codec/mpeg_video/headers.c
View file @
c5968aaa
...
...
@@ -2,7 +2,7 @@
* vpar_headers.c : headers parsing
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: headers.c,v 1.1
0 2003/02/04 11:51:21
massiot Exp $
* $Id: headers.c,v 1.1
1 2003/02/07 16:51:39
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
...
...
@@ -654,6 +654,9 @@ static void PictureHeader( vpar_thread_t * p_vpar )
/* Update the reference pointers. */
ReferenceUpdate
(
p_vpar
,
I_CODING_TYPE
,
P_picture
);
vout_DisplayPicture
(
p_vpar
->
p_vout
,
P_picture
);
P_picture
=
NULL
;
p_vpar
->
picture
.
i_current_structure
=
0
;
}
p_vpar
->
sequence
.
b_after_sequence_header
=
0
;
...
...
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