mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated for vdr-1.7.16.
This commit is contained in:
parent
7629e34d2a
commit
f0469e24cc
4
HISTORY
4
HISTORY
@ -151,3 +151,7 @@ VDR Plugin 'iptv' Revision History
|
||||
- Changed ProvidesChannel() to set the need of detaching
|
||||
receivers due to VDR's channel selection mechanism.
|
||||
- Enabled partial content responses for HTTP protocol.
|
||||
|
||||
2010-xx-xx: Version 0.4.4
|
||||
|
||||
- Updated for vdr-1.7.16.
|
||||
|
2
iptv.c
2
iptv.c
@ -16,7 +16,7 @@
|
||||
#error "VDR-1.7.15 API version or greater is required!"
|
||||
#endif
|
||||
|
||||
const char VERSION[] = "0.4.3";
|
||||
const char VERSION[] = "0.4.4";
|
||||
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
||||
|
||||
class cPluginIptv : public cPlugin {
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -Nru vdr-1.7.15-vanilla/pat.c vdr-1.7.15-disable_ca_updates/pat.c
|
||||
--- vdr-1.7.15-vanilla/pat.c 2010-06-06 19:11:15.000000000 +0300
|
||||
+++ vdr-1.7.15-disable_ca_updates/pat.c 2010-06-06 20:42:47.000000000 +0300
|
||||
@@ -490,6 +490,7 @@
|
||||
diff -Nru vdr-1.7.16-vanilla/pat.c vdr-1.7.16-disable_ca_updates/pat.c
|
||||
--- vdr-1.7.16-vanilla/pat.c 2010-09-19 19:42:08.000000000 +0300
|
||||
+++ vdr-1.7.16-disable_ca_updates/pat.c 2010-09-19 20:43:10.000000000 +0300
|
||||
@@ -491,6 +491,7 @@
|
||||
}
|
||||
if (Setup.UpdateChannels >= 2) {
|
||||
Channel->SetPids(Vpid, Ppid, Vtype, Apids, Atypes, ALangs, Dpids, Dtypes, DLangs, Spids, SLangs, Tpid);
|
@ -1,6 +1,6 @@
|
||||
diff -Nru vdr-1.7.15-vanilla/eitscan.c vdr-1.7.15-disable_eitscan/eitscan.c
|
||||
--- vdr-1.7.15-vanilla/eitscan.c 2010-06-06 19:11:14.000000000 +0300
|
||||
+++ vdr-1.7.15-disable_eitscan/eitscan.c 2010-06-06 20:44:07.000000000 +0300
|
||||
diff -Nru vdr-1.7.16-vanilla/eitscan.c vdr-1.7.16-disable_eitscan/eitscan.c
|
||||
--- vdr-1.7.16-vanilla/eitscan.c 2010-09-19 19:42:08.000000000 +0300
|
||||
+++ vdr-1.7.16-disable_eitscan/eitscan.c 2010-09-19 20:43:25.000000000 +0300
|
||||
@@ -146,7 +146,7 @@
|
||||
if (Device) {
|
||||
for (cScanData *ScanData = scanList->First(); ScanData; ScanData = scanList->Next(ScanData)) {
|
Loading…
Reference in New Issue
Block a user