mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
sh4 fix mp3 (thx DBoxOldie)
This commit is contained in:
@@ -317,7 +317,9 @@ bool Player::SlowMotion(int repeats)
|
||||
|
||||
bool Player::Seek(int64_t pos, bool absolute)
|
||||
{
|
||||
output.Clear();
|
||||
if (GetVideoPid())
|
||||
/* Don't Clear if no video track */
|
||||
output.Clear();
|
||||
return input.Seek(pos, absolute);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user