Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
32b1eabf
Commit
32b1eabf
authored
Sep 05, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MPEG mux: do not hide bugs in debug builds!
parent
976c7dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
modules/mux/mpeg/pes.c
modules/mux/mpeg/pes.c
+0
-4
No files found.
modules/mux/mpeg/pes.c
View file @
32b1eabf
...
...
@@ -387,10 +387,6 @@ int EStoPES ( sout_instance_t *p_sout, block_t **pp_pes, block_t *p_es,
*
pp_pes
=
p_pes
=
NULL
;
#ifndef NDEBUG
memset
(
header
,
0
,
50
);
#endif
do
{
i_pes_payload
=
__MIN
(
i_size
,
i_max_pes_size
);
...
...
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