Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
96f372a2
Commit
96f372a2
authored
Jun 12, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling.
parent
4a549c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/demux/mp4/libmp4.h
modules/demux/mp4/libmp4.h
+1
-1
modules/packetizer/mpegvideo.c
modules/packetizer/mpegvideo.c
+1
-1
No files found.
modules/demux/mp4/libmp4.h
View file @
96f372a2
...
...
@@ -1018,7 +1018,7 @@ void MP4_BoxFree( stream_t *, MP4_Box_t *p_box );
/*****************************************************************************
* MP4_DumpBoxStructure: print the structure of the p_box
*****************************************************************************
* Useful
l
while debugging
* Useful while debugging
*****************************************************************************/
void
MP4_BoxDumpStructure
(
stream_t
*
p_input
,
MP4_Box_t
*
p_box
);
...
...
modules/packetizer/mpegvideo.c
View file @
96f372a2
...
...
@@ -517,7 +517,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag )
if
(
p_sys
->
p_seq
&&
p_sys
->
i_seq_old
>
p_sys
->
i_frame_rate
/
p_sys
->
i_frame_rate_base
)
{
/* Useful
l
for mpeg1: repeat sequence header every second */
/* Useful for mpeg1: repeat sequence header every second */
block_ChainLastAppend
(
&
p_sys
->
pp_last
,
block_Duplicate
(
p_sys
->
p_seq
)
);
if
(
p_sys
->
p_ext
)
{
...
...
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