summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 0b409f8e35..78f8dd61a8 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -969,6 +969,8 @@ menu:
969#ifdef HAVE_ADJUSTABLE_CPU_FREQ 969#ifdef HAVE_ADJUSTABLE_CPU_FREQ
970 if (boost) 970 if (boost)
971 rb->cpu_boost(true); 971 rb->cpu_boost(true);
972 else
973 rb->cpu_boost(false); /*force unboost at start to be safe*/
972#endif 974#endif
973 975
974 if (scandir) { 976 if (scandir) {