Dropped compatibility with VDR < 1.5.16

This commit is contained in:
Frank Schmirler
2011-03-07 21:50:05 +01:00
committed by root
parent ee7929bd39
commit 2cb0ba6cf1
6 changed files with 5 additions and 30 deletions

View File

@@ -49,9 +49,7 @@ cStreamdevDevice::~cStreamdevDevice() {
Cancel(3);
#if APIVERSNUM >= 10515
StopSectionHandler();
#endif
DELETENULL(m_Filters);
DELETENULL(m_TSBuffer);
}