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
d899a1c0
Commit
d899a1c0
authored
May 02, 2014
by
Minghai Shang
Browse files
[spatial svc] Use VPX_DL_GOOD_QUALITY for vp9_spatial_scalable_encoder
Change-Id: I759f2d7c0e75b44ff4522a5ce57328b1c92730aa
parent
56186c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/vp9_spatial_scalable_encoder.c
View file @
d899a1c0
...
...
@@ -344,7 +344,7 @@ int main(int argc, const char **argv) {
}
res
=
vpx_svc_encode
(
&
svc_ctx
,
&
codec
,
(
end_of_stream
?
NULL
:
&
raw
),
pts
,
frame_duration
,
VPX_DL_
REALTIME
);
pts
,
frame_duration
,
VPX_DL_
GOOD_QUALITY
);
printf
(
"%s"
,
vpx_svc_get_message
(
&
svc_ctx
));
if
(
res
!=
VPX_CODEC_OK
)
{
die_codec
(
&
codec
,
"Failed to encode frame"
);
...
...
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