mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32: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 Player::Close()
|
||||||
{
|
{
|
||||||
bool ret = true;
|
|
||||||
|
|
||||||
isPaused = false;
|
isPaused = false;
|
||||||
isPlaying = false;
|
isPlaying = false;
|
||||||
isForwarding = false;
|
isForwarding = false;
|
||||||
@@ -98,7 +96,7 @@ bool Player::Close()
|
|||||||
Speed = 0;
|
Speed = 0;
|
||||||
url.clear();
|
url.clear();
|
||||||
|
|
||||||
return ret;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Player::Play()
|
bool Player::Play()
|
||||||
|
Reference in New Issue
Block a user