diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-09 23:10:50 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-09 23:10:50 +0100 |
commit | f64031be1c24e2a7dd7a7b02dae47dc2998e651d (patch) | |
tree | b7c88a69d71b78ad975aed9014fee72e0407016f /recv.cpp | |
parent | 48bbf63f913bc4c9c2cd5976ce286758a41c87b1 (diff) | |
download | vdr-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |