summaryrefslogtreecommitdiff
path: root/demux.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-15 14:48:51 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-15 14:48:51 +0100
commitfbfa75f412a22df1eaf630d9504d2c7fe3ee067b (patch)
treec95dcd1f246a4e554bfa3360cdafc82cab82fcd7 /demux.cpp
parentc74f0198ce3362a94ebbd9ac03c721ae5a67b434 (diff)
downloadvdr-plugin-markad-fbfa75f412a22df1eaf630d9504d2c7fe3ee067b.tar.gz
vdr-plugin-markad-fbfa75f412a22df1eaf630d9504d2c7fe3ee067b.tar.bz2
Fixed compiler warnings, updated INSTALL, deleted unused files
Diffstat (limited to 'demux.cpp')
-rw-r--r--demux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux.cpp b/demux.cpp
index 672e046..0b847ea 100644
--- a/demux.cpp
+++ b/demux.cpp
@@ -129,7 +129,7 @@ int cMarkAdDemux::Process(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt, in
uchar *in=NULL;
int inlen=0;
- int retval;
+ int retval=0;
if (!pause)
{