diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-03-20 12:55:29 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-03-20 12:55:29 +0100 |
commit | da3974c0707bf98c5f9a9e0dd2599292c9da3984 (patch) | |
tree | 375dc5dbda0d8315b0523d60a7f0ace6717da017 /command/video.cpp | |
parent | 0662afd6d8816713ebeef519b38456d0f57a837b (diff) | |
download | vdr-plugin-markad-da3974c0707bf98c5f9a9e0dd2599292c9da3984.tar.gz vdr-plugin-markad-da3974c0707bf98c5f9a9e0dd2599292c9da3984.tar.bz2 |
Fixed bug in handling ts files ("demux error")v0.1.1
Fixed output of marks on channels without logos
Added finnish logos and translation from Rolf Ahrensberg
Added more informations in markad logfile
Diffstat (limited to 'command/video.cpp')
-rw-r--r-- | command/video.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command/video.cpp b/command/video.cpp index 7cbadb3..0e975cd 100644 --- a/command/video.cpp +++ b/command/video.cpp @@ -336,13 +336,13 @@ int cMarkAdLogo::Detect(int framenumber, int *logoframenumber) } if (extract) return LOGO_NOCHANGE; if (!processed) return LOGO_ERROR; -#if 0 + if (processed==1) { if ((area.intensity>100) || (area.status!=LOGO_VISIBLE) && (area.intensity>180)) return LOGO_NOCHANGE; } -#endif + int ret=LOGO_NOCHANGE; if (area.status==LOGO_UNINITIALIZED) { |