fastforward: move VIDEO_CONTINUE from playback.c to linuxdvb_mipsel.c

This commit is contained in:
redblue-pkt
2019-01-06 20:48:47 +01:00
committed by Thilo Graf
parent 89a891ddbb
commit 0b92f90ce2
2 changed files with 5 additions and 1 deletions

View File

@@ -540,7 +540,6 @@ static int PlaybackFastForward(Context_t *context, int *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
{