summaryrefslogtreecommitdiff
path: root/decoder.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-21 22:09:02 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-21 22:09:02 +0100
commit798d02c7e7988e891278c39d24980443e3c40934 (patch)
tree6a2420c0aaeb32f54c8f34fd38c988f91e749655 /decoder.cpp
parent099d40410a489ff9c0c6d48661c3ae96b92b8b4e (diff)
downloadvdr-plugin-markad-798d02c7e7988e891278c39d24980443e3c40934.tar.gz
vdr-plugin-markad-798d02c7e7988e891278c39d24980443e3c40934.tar.bz2
Fixed header mismatch abort condition
Diffstat (limited to 'decoder.cpp')
-rw-r--r--decoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder.cpp b/decoder.cpp
index 6187084..1277825 100644
--- a/decoder.cpp
+++ b/decoder.cpp
@@ -39,6 +39,7 @@ cMarkAdDecoder::cMarkAdDecoder(bool useH264, bool useMP2, bool hasAC3)
ac3_context=NULL;
mp2_context=NULL;
audiobuf=NULL;
+ return;
}
if (useMP2)