unused variable removed

Origin commit data
------------------
Branch: master
Commit: 0773678f49
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2025-07-19 (Sat, 19 Jul 2025)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2025-07-19 09:44:52 +02:00
committed by vanhofen
parent c154a37bbf
commit 46db105bd5
2 changed files with 0 additions and 6 deletions

View File

@@ -129,7 +129,6 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, in
{
bool ret = false;
bool isHTTP = false;
no_probe = false;
hal_info("%s - filename=%s vpid=%u vtype=%d apid=%u ac3=%d\n", __func__, filename, vpid, vtype, apid, ac3);
@@ -144,9 +143,6 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, in
file = "file://";
file += filename;
if ((file.find(":31339/id=") != std::string::npos) || (file.find(":17999/1:") != std::string::npos) || (file.find(":10000") != std::string::npos) || (file.find(":8001/") != std::string::npos)) // for LocalTV and Entertain-TV streaming
no_probe = true;
if (file.substr(0, 7) == "file://")
{
if (file.substr(file.length() - 3) == ".ts")
@@ -154,7 +150,6 @@ bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, in
fn_ts = file.substr(7);
fn_xml = file.substr(7, file.length() - 9);
fn_xml += "xml";
no_probe = true;
}
}
else