From 7106a5058db5b4a9891364523bdc2de639dac0f0 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 17 Mar 2010 21:04:52 +0100 Subject: Updated History --- HISTORY | 4 ++++ video.cpp | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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++) -- cgit v1.2.3