Manually unboost if not using boost in test_codec

Right now GUI boost interfers with test_codec running unboosted
by varying the CPU frequency.  This at least makes it more consistent
if run without user input.

Change-Id: I121615098d6bd72ccd13c4e665cc2e4d45d7b58c
This commit is contained in:
Michael Giacomelli 2016-05-14 23:10:24 +02:00
parent 9a4cd2eaee
commit ee7dfb526e

View file

@ -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) {