diff options
author | schmirl <schmirl> | 2009-09-18 10:41:11 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-09-18 10:41:11 +0000 |
commit | 7ea2353728b0474b0829a0bf98b8d2332753787e (patch) | |
tree | edb2cc42cdb045b9098a559968c66ad2bf671551 /server/livestreamer.c | |
parent | 7acdfe74281c035feae235b3e102e61441a679fa (diff) | |
download | vdr-plugin-streamdev-7ea2353728b0474b0829a0bf98b8d2332753787e.tar.gz vdr-plugin-streamdev-7ea2353728b0474b0829a0bf98b8d2332753787e.tar.bz2 |
- cleaned up common.h / common.c
- dropped cStreamdevMenuSetupPage
Diffstat (limited to 'server/livestreamer.c')
-rw-r--r-- | server/livestreamer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/livestreamer.c b/server/livestreamer.c index 355d3db..833c949 100644 --- a/server/livestreamer.c +++ b/server/livestreamer.c @@ -508,8 +508,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) |