Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
71a443a6
Commit
71a443a6
authored
May 29, 2014
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair VP8 decoder for non-avpf mode
parent
f4734357
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/voip/vp8rtpfmt.c
src/voip/vp8rtpfmt.c
+1
-0
No files found.
src/voip/vp8rtpfmt.c
View file @
71a443a6
...
...
@@ -466,6 +466,7 @@ static void output_valid_partitions(Vp8RtpFmtUnpackerCtx *ctx, MSQueue *out) {
if
(
is_key_frame
(
frame
)
==
TRUE
)
{
ctx
->
valid_keyframe_received
=
TRUE
;
ctx
->
video_size
=
get_size_from_key_frame
(
frame
);
ctx
->
waiting_for_reference_frame
=
FALSE
;
}
if
((
ctx
->
avpf_enabled
==
TRUE
)
&&
(
is_reference_frame
(
frame
,
NULL
)
==
TRUE
))
{
ctx
->
waiting_for_reference_frame
=
FALSE
;
...
...
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