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
Yushin Cho
aom-rav1e
Commits
aa5c8b75
Commit
aa5c8b75
authored
Feb 12, 2015
by
hkuang
Committed by
Gerrit Code Review
Feb 12, 2015
Browse files
Merge "Remove unnecessary border extension when frame size change."
parents
cc7d981d
bf3cb250
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodeframe.c
View file @
aa5c8b75
...
@@ -1432,8 +1432,6 @@ static size_t read_uncompressed_header(VP9Decoder *pbi,
...
@@ -1432,8 +1432,6 @@ static size_t read_uncompressed_header(VP9Decoder *pbi,
ref_buf
->
buf
->
y_crop_height
,
ref_buf
->
buf
->
y_crop_height
,
cm
->
width
,
cm
->
height
);
cm
->
width
,
cm
->
height
);
#endif
#endif
if
(
vp9_is_scaled
(
&
ref_buf
->
sf
))
vp9_extend_frame_borders
(
ref_buf
->
buf
);
}
}
}
}
}
}
...
...
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