summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2016-09-25 10:43:53 +0200
committerJochen Dolze <vdr@dolze.de>2016-09-25 10:43:53 +0200
commit3ef5456ff25a4cbdcde187eab89d1e6f40207cde (patch)
treee76640f2950a301f3228e2432eb9151a094f63f0
parent3724a697940a512399c7a549e71274408344c7d5 (diff)
downloadvdr-plugin-markad-3ef5456ff25a4cbdcde187eab89d1e6f40207cde.tar.gz
vdr-plugin-markad-3ef5456ff25a4cbdcde187eab89d1e6f40207cde.tar.bz2
Fixed typo from last commit
-rw-r--r--command/markad-standalone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp
index c137d30..fb88cca 100644
--- a/command/markad-standalone.cpp
+++ b/command/markad-standalone.cpp
@@ -1017,7 +1017,7 @@ void cMarkAdStandalone::Process2ndPass()
int frange_begin=p1->position-frange; // 120 seconds before first mark
if (frange_begin<0) frange_begin=0; // but not before beginning of broadcast
- if (marks.ReadIndex(directory,isTS,p1->position-frange,frange_begin,&number,&offset,&frame,&iframes))
+ if (marks.ReadIndex(directory,isTS,frange_begin,frange,&number,&offset,&frame,&iframes))
{
if (!ProcessFile2ndPass(&p1,NULL,number,offset,frame,iframes)) break;