summaryrefslogtreecommitdiff
path: root/command/demux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'command/demux.cpp')
-rw-r--r--command/demux.cpp2
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!)
}
}