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

Origin commit data
------------------
Branch: master
Commit: 99a5389414
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2019-01-06 (Sun, 06 Jan 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
redblue-pkt
2019-01-06 20:48:47 +01:00
committed by max_10
parent d1a9d34c55
commit e60eccbb19
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
{