diff options
Diffstat (limited to 'command/demux.cpp')
-rw-r--r-- | command/demux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/demux.cpp b/command/demux.cpp index c3580c5..752b300 100644 --- a/command/demux.cpp +++ b/command/demux.cpp @@ -207,7 +207,7 @@ int cMarkAdDemux::GetMinNeeded(MarkAdPid Pid, uchar *Data, int Count, bool *Offc } else { - return 0; + return -1; // skip one byte (maybe we get another header!) } } |