1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 11:37:42 +00:00

Get rid of CheckData() as we are receiving only live streams.

This commit is contained in:
Rolf Ahrenberg
2014-11-23 19:08:15 +02:00
parent 80abbddae7
commit 1642f59980
8 changed files with 4 additions and 22 deletions

View File

@@ -248,12 +248,6 @@ bool cSatipTuner::Disconnect(void)
return true;
}
unsigned int cSatipTuner::GetVideoDataSize(void)
{
//debug("cSatipTuner::%s() [device %d]", __FUNCTION__, deviceIdM);
return deviceM->CheckData();
}
void cSatipTuner::ProcessVideoData(u_char *bufferP, int lengthP)
{
//debug("cSatipTuner::%s(%d) [device %d]", __FUNCTION__, lengthP, deviceIdM);