projects
/
libvpx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56186c2
)
[spatial svc] Use VPX_DL_GOOD_QUALITY for vp9_spatial_scalable_encoder
author
Minghai Shang
<minghai@google.com>
Fri, 2 May 2014 18:54:45 +0000
(11:54 -0700)
committer
Minghai Shang
<minghai@google.com>
Fri, 2 May 2014 18:54:45 +0000
(11:54 -0700)
Change-Id: I759f2d7c0e75b44ff4522a5ce57328b1c92730aa
examples/vp9_spatial_scalable_encoder.c
patch
|
blob
|
history
diff --git
a/examples/vp9_spatial_scalable_encoder.c
b/examples/vp9_spatial_scalable_encoder.c
index 64e62ef2978b13382a495af7dabdc11b20dc4e0d..983f52d93f142f33602b8fadee71dc183b602bf5 100644
(file)
--- a/
examples/vp9_spatial_scalable_encoder.c
+++ b/
examples/vp9_spatial_scalable_encoder.c
@@
-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");