diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 0b409f8..78f8dd6 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -969,6 +969,8 @@ menu: #ifdef HAVE_ADJUSTABLE_CPU_FREQ if (boost) rb->cpu_boost(true); + else + rb->cpu_boost(false); /*force unboost at start to be safe*/ #endif if (scandir) { |