diff options
Diffstat (limited to 'common.cpp')
-rw-r--r-- | common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ bool cMarkAdCommon::AddMark(int Position, const char *Comment) void cMarkAdCommon::SetTimerMarks(int LastIFrame) { if (!macontext) return; + if (!LastIFrame) return; if ((time(NULL)>macontext->General.StartTime) && (!macontext->State.ContentStarted)) { |