summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-17 21:04:52 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-17 21:04:52 +0100
commit7106a5058db5b4a9891364523bdc2de639dac0f0 (patch)
tree3111dbc4b4a18f241e528ae89c87a950b3231492
parent145fec0be93c14d791008bb0ad130d9d4961a754 (diff)
downloadvdr-plugin-markad-7106a5058db5b4a9891364523bdc2de639dac0f0.tar.gz
vdr-plugin-markad-7106a5058db5b4a9891364523bdc2de639dac0f0.tar.bz2
Updated History
-rw-r--r--HISTORY4
-rw-r--r--video.cpp1
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3ca0e5b..e2f56e3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,9 @@
VDR Plugin 'markad' Revision History
----------------------------------
+2010-03-16: Version 0.0.6
+
+- Added creation of mark files
+
2010-03-06: Version 0.0.5
- Updated H264 handling
diff --git a/video.cpp b/video.cpp
index a260908..2adebf4 100644
--- a/video.cpp
+++ b/video.cpp
@@ -173,7 +173,6 @@ int cMarkAdLogo::Detect(int lastiframe, int *logoiframe)
SUMA/=(LOGOWIDTH*LOGOHEIGHT);
if (SUMA>=100)
{
-
int maxval=(int) SUMA;
SUMA=0;
for (int Y=ystart; Y<=yend-1; Y++)