- cleaned up common.h / common.c

- dropped cStreamdevMenuSetupPage
This commit is contained in:
schmirl
2009-09-18 10:41:41 +00:00
parent 6fb88f8d99
commit 1cf41fb16f
10 changed files with 134 additions and 205 deletions

View File

@@ -495,8 +495,9 @@ bool cStreamdevLiveStreamer::SetChannel(const cChannel *Channel, eStreamType Str
case stTSPIDS:
Dprintf("pid streaming mode\n");
return true;
default:
return false;
}
return false;
}
int cStreamdevLiveStreamer::Put(const uchar *Data, int Count)