summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++)