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
f0e896c1
Commit
f0e896c1
authored
Feb 06, 2014
by
Adrian Grange
Committed by
Gerrit Code Review
Feb 06, 2014
Browse files
Merge "Remove out of date comment."
parents
6adaec4f
aa77872b
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_cx_iface.c
View file @
f0e896c1
...
...
@@ -296,14 +296,11 @@ static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf,
oxcf
->
lag_in_frames
=
cfg
.
g_lag_in_frames
;
}
// VBR only supported for now.
// CBR code has been deprectated for experimental phase.
// CQ mode not yet tested
oxcf
->
end_usage
=
USAGE_LOCAL_FILE_PLAYBACK
;
oxcf
->
end_usage
=
USAGE_LOCAL_FILE_PLAYBACK
;
if
(
cfg
.
rc_end_usage
==
VPX_CQ
)
oxcf
->
end_usage
=
USAGE_CONSTRAINED_QUALITY
;
oxcf
->
end_usage
=
USAGE_CONSTRAINED_QUALITY
;
else
if
(
cfg
.
rc_end_usage
==
VPX_Q
)
oxcf
->
end_usage
=
USAGE_CONSTANT_QUALITY
;
oxcf
->
end_usage
=
USAGE_CONSTANT_QUALITY
;
else
if
(
cfg
.
rc_end_usage
==
VPX_CBR
)
oxcf
->
end_usage
=
USAGE_STREAM_FROM_SERVER
;
...
...
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