Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3241cc2f
Commit
3241cc2f
authored
Jan 10, 2018
by
Hui Su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a compiler warning in read_intrabc_info()
Change-Id: I20df9de1f72f3ccf31ce461fb3eeea3c174c9d83
parent
78f7bb98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
av1/decoder/decodemv.c
av1/decoder/decodemv.c
+2
-1
No files found.
av1/decoder/decodemv.c
View file @
3241cc2f
...
...
@@ -1017,7 +1017,8 @@ static void read_intrabc_info(AV1_COMMON *const cm, MACROBLOCKD *const xd,
mbmi
->
min_tx_size
=
mbmi
->
tx_size
;
set_txfm_ctxs
(
mbmi
->
tx_size
,
xd
->
n8_w
,
xd
->
n8_h
,
mbmi
->
skip
,
xd
);
}
mbmi
->
mode
=
mbmi
->
uv_mode
=
UV_DC_PRED
;
mbmi
->
mode
=
DC_PRED
;
mbmi
->
uv_mode
=
UV_DC_PRED
;
mbmi
->
interp_filters
=
av1_broadcast_interp_filter
(
BILINEAR
);
int16_t
inter_mode_ctx
[
MODE_CTX_REF_FRAMES
];
...
...
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