Add buffering for Linux DVB outputs

Signed-off-by: max_10 <max_10@gmx.de>


Origin commit data
------------------
Branch: master
Commit: 2878ec69bc
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-03-31 (Sat, 31 Mar 2018)



------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2018-03-31 11:39:41 +02:00
committed by Thilo Graf
parent 629338aa0c
commit 8df91c18da
25 changed files with 563 additions and 320 deletions

View File

@@ -468,14 +468,6 @@ static int PlaybackFastBackward(Context_t *context, int *speed)
playback_printf(1, "S %d B %d\n", context->playback->Speed, context->playback->BackWard);
}
context->output->Command(context, OUTPUT_CLEAR, NULL);
if (context->output->Command(context, OUTPUT_REVERSE, NULL) < 0)
{
playback_err("OUTPUT_REVERSE failed\n");
context->playback->BackWard = 0;
context->playback->Speed = 1;
context->playback->isSeeking = 0;
ret = cERR_PLAYBACK_ERROR;
}
}
else
{