Speed up lightfield example encoder
This commit changes the speed setting in the example from 1
to 2, to speed up the test and avoid timeout in nightly runs.
Change-Id: I61aafa5a5bf489ab1bda983450f98f08a9dc5a3e
diff --git a/examples/lightfield_encoder.c b/examples/lightfield_encoder.c
index e80fe24..d6bd75e 100644
--- a/examples/lightfield_encoder.c
+++ b/examples/lightfield_encoder.c
@@ -261,7 +261,7 @@
die_codec(&codec, "Failed to set frame parallel decoding");
if (aom_codec_control(&codec, AV1E_ENABLE_EXT_TILE_DEBUG, 1))
die_codec(&codec, "Failed to enable encoder ext_tile debug");
- if (aom_codec_control(&codec, AOME_SET_CPUUSED, 1))
+ if (aom_codec_control(&codec, AOME_SET_CPUUSED, 2))
die_codec(&codec, "Failed to set cpu-used");
// Note: The superblock is a sequence parameter and has to be the same for 1