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
78c229b4
Commit
78c229b4
authored
Oct 30, 2017
by
Urvang Joshi
Browse files
Remove an obsolete comment
Change-Id: I9b1351263286041d718a1b54735c17aeb5f8a0a7
parent
34f2b74d
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encoder.c
View file @
78c229b4
...
...
@@ -4422,7 +4422,6 @@ static int dimension_is_ok(int orig_dim, int resized_dim, int denom) {
return
(
resized_dim
*
SCALE_NUMERATOR
>=
orig_dim
*
denom
/
2
);
}
// TODO(now): Fix?
static
int
dimensions_are_ok
(
int
owidth
,
int
oheight
,
size_params_type
*
rsz
)
{
return
dimension_is_ok
(
owidth
,
rsz
->
resize_width
,
rsz
->
superres_denom
)
&&
(
CONFIG_HORZONLY_FRAME_SUPERRES
||
...
...
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