From b2f9b627e3ed2db23b6f856f4307e97879f68575 Mon Sep 17 00:00:00 2001 From: Marco Paniconi Date: Mon, 27 Aug 2018 12:03:37 -0700 Subject: [PATCH] vp9-svc: Change default pattern for bypass mode For sample encoder: keep default pattern for bypass mode to example#0. Change-Id: Icddc4600d750a23a44b26517a327b546fd8eb412 --- examples/vp9_spatial_svc_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c index e64e8abfe..8e3f17e34 100644 --- a/examples/vp9_spatial_svc_encoder.c +++ b/examples/vp9_spatial_svc_encoder.c @@ -873,7 +873,7 @@ int main(int argc, const char **argv) { // to fixed SVC patterns. example_pattern = 1: 2 spatial and 2 temporal // layers, with SL0 only has TL0, and SL1 has both TL0 and TL1. This example // uses the extended API. - int example_pattern = 1; + int example_pattern = 0; if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) { // We need one extra vpx_svc_encode call at end of stream to flush // encoder and get remaining data -- 2.40.0