mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libeplayer3: work around duplicate ffmpeg stream ids by comparing stream addresses instead of pids (plus a couple of optimizations)
Origin commit data
------------------
Branch: master
Commit: 908ff30629
Author: martii <m4rtii@gmx.de>
Date: 2014-04-10 (Thu, 10 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -72,10 +72,7 @@ bool Player::Open(const char *Url, bool _noprobe)
|
||||
|
||||
manager.clearTracks();
|
||||
|
||||
if (*Url == '/') {
|
||||
url = "file://";
|
||||
url += Url;
|
||||
} else if (!strncmp("mms://", Url, 6)) {
|
||||
if (!strncmp("mms://", Url, 6)) {
|
||||
url = "mmst";
|
||||
url += Url + 3;
|
||||
isHttp = true;
|
||||
@@ -207,7 +204,6 @@ bool Player::Stop()
|
||||
bool ret = true;
|
||||
|
||||
if (isPlaying) {
|
||||
|
||||
isPaused = false;
|
||||
isPlaying = false;
|
||||
isForwarding = false;
|
||||
|
Reference in New Issue
Block a user