mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libeplayer3: minor optimization
Origin commit data
------------------
Branch: master
Commit: 51b2ace4e4
Author: martii <m4rtii@gmx.de>
Date: 2014-04-13 (Sun, 13 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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