libeplayer3-arm: fix fast forward (thx DboxOldie)

Origin commit data
------------------
Branch: master
Commit: ee18fd5c8a
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-01-19 (Fri, 19 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2018-01-19 15:09:41 +01:00
committed by Thilo Graf
parent 4c7de1485f
commit a15821b775

View File

@@ -425,6 +425,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_CONTINUE, NULL);
}
else
{