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
Xiph.Org
aom-rav1e
Commits
c4559cad
Commit
c4559cad
authored
Sep 27, 2017
by
Sebastien Alaiwan
Browse files
Fix typo in comment
Change-Id: Id6f588876b1adf68abd8c17d7eef2223d552e457
parent
dc0e1126
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodeframe.c
View file @
c4559cad
...
...
@@ -521,7 +521,7 @@ static void predict_and_reconstruct_intra_block(
if
(
plane
==
AOM_PLANE_Y
&&
xd
->
cfl
->
store_y
)
{
cfl_store_tx
(
xd
,
row
,
col
,
tx_size
,
mbmi
->
sb_type
);
}
#endif // CONFIG_CFL
&& CONFIG_COEFF_INTERLEAVE
#endif // CONFIG_CFL
}
#if CONFIG_VAR_TX && !CONFIG_COEF_INTERLEAVE
...
...
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