aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/scan.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-14 12:23:23 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-14 12:23:23 +0000
commit1f3788c5e1a47fa9b0412902acba38c86b53bb63 (patch)
treebb0c67a1ecf37d5f1ace92e33b8e10f34881a57f /lib/dvb/scan.cpp
parent7f19468027d025ce8597318e7211995871f17376 (diff)
downloadenigma2-1f3788c5e1a47fa9b0412902acba38c86b53bb63.tar.gz
enigma2-1f3788c5e1a47fa9b0412902acba38c86b53bb63.zip
remove unneeded caching of caids, use an array for pidcache instead of std::map (safe memory)
prepare for different video stream types.. (H264) ( NOT for dm7025 )
Diffstat (limited to 'lib/dvb/scan.cpp')
-rw-r--r--lib/dvb/scan.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp
index ade63d8f..3bfbe571 100644
--- a/lib/dvb/scan.cpp
+++ b/lib/dvb/scan.cpp
@@ -580,6 +580,7 @@ RESULT eDVBScan::processSDT(eDVBNamespace dvbnamespace, const ServiceDescription
SCAN_eDebug("name '%s', provider_name '%s'", service->m_service_name.c_str(), service->m_provider_name.c_str());
break;
}
+/*
case CA_IDENTIFIER_DESCRIPTOR:
{
CaIdentifierDescriptor &d = (CaIdentifierDescriptor&)**desc;
@@ -593,6 +594,7 @@ RESULT eDVBScan::processSDT(eDVBNamespace dvbnamespace, const ServiceDescription
SCAN_eDebug("");
break;
}
+*/
default:
SCAN_eDebug("descr<%x>", (*desc)->getTag());
break;