diff options
Diffstat (limited to 'decoder.cpp')
-rw-r--r-- | decoder.cpp | 1 |
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) |