From 892130f75b30a26537a82c61351694177e8ab5cf Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 5 Nov 2015 15:22:39 -0800 Subject: [PATCH] vp9_spatial_svc_encoder.sh: fix command line param -l -> -sl, renamed in: be3b08d [svc] Temporal svc with two pass rate control Change-Id: I5a7b179b33d94e20e54825090659156dece928c0 --- test/vp9_spatial_svc_encoder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vp9_spatial_svc_encoder.sh b/test/vp9_spatial_svc_encoder.sh index 6dd5f171b..65031073f 100755 --- a/test/vp9_spatial_svc_encoder.sh +++ b/test/vp9_spatial_svc_encoder.sh @@ -54,7 +54,7 @@ vp9_spatial_svc() { if [ "$(vp9_encode_available)" = "yes" ]; then local readonly test_name="vp9_spatial_svc" for layers in $(seq 1 ${vp9_ssvc_test_layers}); do - vp9_spatial_svc_encoder "${test_name}" -l ${layers} + vp9_spatial_svc_encoder "${test_name}" -sl ${layers} done fi } -- 2.40.0