mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
arm hardware: fast forward, mute audio when passthrough AC3 / DTS
-thx DboxOldie
Origin commit data
------------------
Branch: master
Commit: 53c28f7fb9
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-10-07 (Sun, 07 Oct 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -399,7 +399,7 @@ static int32_t PlaybackContinue(Context_t *context)
|
||||
if (context->playback->SlowMotion || context->playback->isForwarding || context->playback->BackWard)
|
||||
context->output->Command(context, OUTPUT_CLEAR, NULL);
|
||||
|
||||
if (context->playback->BackWard)
|
||||
if (context->playback->BackWard || context->playback->isForwarding)
|
||||
context->output->Command(context, OUTPUT_AUDIOMUTE, "0");
|
||||
|
||||
context->playback->isPaused = 0;
|
||||
@@ -539,6 +539,7 @@ static int PlaybackFastForward(Context_t *context, int *speed)
|
||||
context->playback->Speed = *speed;
|
||||
playback_printf(20, "Speed: %d x {%d}\n", *speed, context->playback->Speed);
|
||||
context->output->Command(context, OUTPUT_FASTFORWARD, NULL);
|
||||
context->output->Command(context, OUTPUT_AUDIOMUTE, "1");
|
||||
context->output->Command(context, OUTPUT_CONTINUE, NULL);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user