Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
35731dca
Commit
35731dca
authored
Jan 19, 2016
by
Yaowu Xu
Browse files
Fix a compiler warning
Change-Id: Ib096998906935e58f52393ea9ac082f69ada7023
parent
67e64cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
35731dca
...
...
@@ -1767,13 +1767,11 @@ static void test_decode(struct stream_state *stream,
enum
TestDecodeFatality
fatal
,
const
VpxInterface
*
codec
)
{
vpx_image_t
enc_img
,
dec_img
;
struct
vp9_ref_frame
ref_enc
,
ref_dec
;
if
(
stream
->
mismatch_seen
)
return
;
/* Get the internal reference frame */
struct
vp9_ref_frame
ref_enc
,
ref_dec
;
ref_enc
.
idx
=
0
;
ref_dec
.
idx
=
0
;
vpx_codec_control
(
&
stream
->
encoder
,
VP9_GET_REFERENCE
,
&
ref_enc
);
...
...
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