Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
ca27459c
Commit
ca27459c
authored
Oct 09, 2014
by
hkuang
Committed by
Gerrit Code Review
Oct 09, 2014
Browse files
Merge "Remove unnecessary code."
parents
336e2552
0e06c8ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
ca27459c
...
...
@@ -394,7 +394,6 @@ static void set_ref(VP9_COMMON *const cm, MACROBLOCKD *const xd,
"Block reference is corrupt"
);
vp9_setup_pre_planes
(
xd
,
idx
,
ref_buffer
->
buf
,
mi_row
,
mi_col
,
&
ref_buffer
->
sf
);
xd
->
corrupted
|=
ref_buffer
->
buf
->
corrupted
;
}
static
void
decode_block
(
VP9_COMMON
*
const
cm
,
MACROBLOCKD
*
const
xd
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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