Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c0523090
Commit
c0523090
authored
Aug 24, 2015
by
James Zern
Browse files
vp8e_encode: check validate_config return
Change-Id: I56fad85cae4537f9d68febf9b9264c3e1cf82ce1
parent
a390b90f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
c0523090
...
...
@@ -879,7 +879,8 @@ static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx,
}
ctx
->
control_frame_flags
=
0
;
res
=
set_reference_and_update
(
ctx
,
flags
);
if
(
!
res
)
res
=
set_reference_and_update
(
ctx
,
flags
);
/* Handle fixed keyframe intervals */
if
(
ctx
->
cfg
.
kf_mode
==
VPX_KF_AUTO
...
...
Write
Preview
Supports
Markdown
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