Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7acc0ba6
Commit
7acc0ba6
authored
Dec 12, 2006
by
Jean-Paul Saman
Browse files
Small readability enhancement
parent
e0a738e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/mux/mp4.c
View file @
7acc0ba6
...
...
@@ -699,8 +699,9 @@ static block_t *ConvertAVC1( sout_mux_t *p_mux, mp4_stream_t *tk, block_t *p_blo
/* Skip blocks with SPS/PPS */
if
(
(
last
[
4
]
&
0x1f
)
==
7
||
(
last
[
4
]
&
0x1f
)
==
8
)
{
;
// FIXME Find a way to skip dat without frelling everything
}
last
=
dat
;
dat
+=
4
;
}
...
...
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