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
8f2fa041
Commit
8f2fa041
authored
Apr 21, 2016
by
Alex Converse
Browse files
Unbreak the non-var_tx build.
Change-Id: I76cc3d88122de42f035fbf6508bdf3fd7c995012
parent
53968c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/encoder/encodemb.c
View file @
8f2fa041
...
...
@@ -432,10 +432,10 @@ static void encode_block(int plane, int block, int blk_row, int blk_col,
// return;
// }
#if CONFIG_VAR_TX
// Assert not magic number (uninitialised).
assert
(
x
->
blk_skip
[
plane
][(
blk_row
<<
bwl
)
+
blk_col
]
!=
234
);
#if CONFIG_VAR_TX
if
(
!
x
->
skip_recode
&&
x
->
blk_skip
[
plane
][(
blk_row
<<
bwl
)
+
blk_col
]
==
0
)
{
#else
...
...
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