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
9130e7ad
Commit
9130e7ad
authored
Jan 08, 2015
by
hkuang
Committed by
Gerrit Code Review
Jan 08, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Remove unnecessary init_macroblockd."
parents
ce274c5c
aa5563cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodeframe.c
+0
-2
No files found.
vp9/decoder/vp9_decodeframe.c
View file @
9130e7ad
...
...
@@ -1546,8 +1546,6 @@ void vp9_decode_frame(VP9Decoder *pbi,
vpx_internal_error
(
&
cm
->
error
,
VPX_CODEC_CORRUPT_FRAME
,
"Truncated packet or corrupt header length"
);
init_macroblockd
(
cm
,
&
pbi
->
mb
);
cm
->
use_prev_frame_mvs
=
!
cm
->
error_resilient_mode
&&
cm
->
width
==
cm
->
last_width
&&
cm
->
height
==
cm
->
last_height
&&
...
...
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