mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-21 05:53:29 -07:00
20200303
This commit is contained in:
parent
b0e5d5f5c8
commit
64aa1606b5
2 changed files with 4 additions and 0 deletions
|
@ -377,6 +377,9 @@ static bool hdhomerun_device_get_tuner_status_lock_is_bcast(struct hdhomerun_tun
|
||||||
if (strcmp(status->lock_str, "8vsb") == 0) {
|
if (strcmp(status->lock_str, "8vsb") == 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (strcmp(status->lock_str, "atsc3") == 0) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (strncmp(status->lock_str, "t8", 2) == 0) {
|
if (strncmp(status->lock_str, "t8", 2) == 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -113,6 +113,7 @@ void thread_task_join(thread_task_t tid)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (ExitCode != STILL_ACTIVE) {
|
if (ExitCode != STILL_ACTIVE) {
|
||||||
|
CloseHandle(tid);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue