Merge remote-tracking branch 'martiis-libstb-hal/master'

Origin commit data
------------------
Branch: master
Commit: e9aa2a73bf
Author: max_10 <max_10@gmx.de>
Date: 2014-06-19 (Thu, 19 Jun 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2014-06-19 12:57:53 +02:00

View File

@@ -79,6 +79,8 @@ bool Player::Open(const char *Url, bool _noprobe)
} else if (strstr(Url, "://")) { } else if (strstr(Url, "://")) {
url = Url; url = Url;
isHttp = strncmp("file://", Url, 7); isHttp = strncmp("file://", Url, 7);
} else if (!strncmp(Url, "bluray:/", 8)) {
url = Url;
} else { } else {
fprintf(stderr, "%s %s %d: Unknown stream (%s)\n", __FILE__, __func__, __LINE__, Url); fprintf(stderr, "%s %s %d: Unknown stream (%s)\n", __FILE__, __func__, __LINE__, Url);
return false; return false;