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
Xiph.Org
aom-rav1e
Commits
cbebbff0
Commit
cbebbff0
authored
Jun 01, 2015
by
Johann Koenig
Committed by
Gerrit Code Review
Jun 01, 2015
Browse files
Merge "Adds subsecond frame rates to webm"
parents
71d92323
d02aa044
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
cbebbff0
...
...
@@ -135,7 +135,7 @@ static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
RANGE_CHECK
(
cfg
,
g_w
,
1
,
16383
);
/* 14 bits available */
RANGE_CHECK
(
cfg
,
g_h
,
1
,
16383
);
/* 14 bits available */
RANGE_CHECK
(
cfg
,
g_timebase
.
den
,
1
,
1000000000
);
RANGE_CHECK
(
cfg
,
g_timebase
.
num
,
1
,
cfg
->
g_timebase
.
den
);
RANGE_CHECK
(
cfg
,
g_timebase
.
num
,
1
,
1000000000
);
RANGE_CHECK_HI
(
cfg
,
g_profile
,
3
);
RANGE_CHECK_HI
(
cfg
,
rc_max_quantizer
,
63
);
RANGE_CHECK_HI
(
cfg
,
rc_min_quantizer
,
cfg
->
rc_max_quantizer
);
...
...
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