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
Timothy B. Terriberry
rav1e
Commits
090c64f3
Commit
090c64f3
authored
May 29, 2019
by
Derek Buitenhuis
Committed by
Luca Barbato
May 29, 2019
Browse files
api: Make the default time base sane
Signed-off-by:
Derek Buitenhuis
<
derek.buitenhuis@gmail.com
>
parent
7789c7cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/api.rs
View file @
090c64f3
...
...
@@ -119,7 +119,7 @@ impl EncoderConfig {
mastering_display
:
None
,
content_light
:
None
,
time_base
:
Rational
{
num
:
30
,
den
:
1
},
time_base
:
Rational
{
num
:
1
,
den
:
30
},
min_key_frame_interval
:
12
,
max_key_frame_interval
:
240
,
low_latency
:
false
,
...
...
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