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 / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
ec50d6ba
Commit
ec50d6ba
authored
Aug 23, 2017
by
Zoe Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a compiling warning on ext-comp-refs
Change-Id: I3259fbec7167e311f0bd12e309a227d9643bc86f
parent
dd3206fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
av1/decoder/decodemv.c
av1/decoder/decodemv.c
+3
-3
No files found.
av1/decoder/decodemv.c
View file @
ec50d6ba
...
...
@@ -1343,9 +1343,9 @@ static REFERENCE_MODE read_block_reference_mode(AV1_COMMON *cm,
#endif
#if CONFIG_EXT_COMP_REFS
static
REFERENCE_
MOD
E
read_comp_reference_type
(
AV1_COMMON
*
cm
,
const
MACROBLOCKD
*
xd
,
aom_reader
*
r
)
{
static
COMP_
REFERENCE_
TYP
E
read_comp_reference_type
(
AV1_COMMON
*
cm
,
const
MACROBLOCKD
*
xd
,
aom_reader
*
r
)
{
const
int
ctx
=
av1_get_comp_reference_type_context
(
xd
);
#if USE_UNI_COMP_REFS
COMP_REFERENCE_TYPE
comp_ref_type
;
...
...
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