mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libarmbox/playback_libeplayer3.cpp: try to fix box freeze after pause->fastforward
Origin commit data
------------------
Branch: master
Commit: 68b8cc24e9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-07-05 (Sun, 05 Jul 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -364,6 +364,11 @@ bool cPlayback::SetSpeed(int speed)
|
||||
if (player && player->playback)
|
||||
{
|
||||
int result = 0;
|
||||
if(nPlaybackSpeed == 0 && speed > 1)
|
||||
{
|
||||
result = player->playback->Command(player, PLAYBACK_CONTINUE, NULL);
|
||||
}
|
||||
|
||||
nPlaybackSpeed = speed;
|
||||
|
||||
if (speed > 1)
|
||||
|
Reference in New Issue
Block a user