mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3: minor optimization
This commit is contained in:
@@ -88,8 +88,6 @@ bool Player::Open(const char *Url, bool _noprobe)
|
||||
|
||||
bool Player::Close()
|
||||
{
|
||||
bool ret = true;
|
||||
|
||||
isPaused = false;
|
||||
isPlaying = false;
|
||||
isForwarding = false;
|
||||
@@ -98,7 +96,7 @@ bool Player::Close()
|
||||
Speed = 0;
|
||||
url.clear();
|
||||
|
||||
return ret;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Player::Play()
|
||||
|
Reference in New Issue
Block a user