summaryrefslogtreecommitdiff
path: root/recv.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-09 23:10:50 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-09 23:10:50 +0100
commitf64031be1c24e2a7dd7a7b02dae47dc2998e651d (patch)
treeb7c88a69d71b78ad975aed9014fee72e0407016f /recv.cpp
parent48bbf63f913bc4c9c2cd5976ce286758a41c87b1 (diff)
downloadvdr-plugin-markad-f64031be1c24e2a7dd7a7b02dae47dc2998e651d.tar.gz
vdr-plugin-markad-f64031be1c24e2a7dd7a7b02dae47dc2998e651d.tar.bz2
Added working logo detection in standalone mode
Diffstat (limited to 'recv.cpp')
-rw-r--r--recv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/recv.cpp b/recv.cpp
index 396edee..a7e99b5 100644
--- a/recv.cpp
+++ b/recv.cpp
@@ -37,6 +37,7 @@ cMarkAdReceiver::cMarkAdReceiver(int RecvNumber, const char *Filename, cTimer *T
buffer.SetTimeouts(0, 10);
memset(&macontext,0,sizeof(macontext));
+ macontext.StandAlone.LogoExtraction=-1; // we are not standalone ;)
macontext.General.VPid.Num=Timer->Channel()->Vpid();
#if APIVERSNUM > 10700