summaryrefslogtreecommitdiff
path: root/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.cpp')
-rw-r--r--video.cpp1
1 files changed, 0 insertions, 1 deletions
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++)