summaryrefslogtreecommitdiff
path: root/command/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'command/video.cpp')
-rw-r--r--command/video.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/command/video.cpp b/command/video.cpp
index ffb24cf..31d0bdc 100644
--- a/command/video.cpp
+++ b/command/video.cpp
@@ -223,8 +223,8 @@ int cMarkAdLogo::SobelPlane(int plane)
}
int boundary=6;
- int cutval=127;
- //int cutval=60;
+ //int cutval=127;
+ int cutval=32;
int width=LOGOWIDTH;
if (plane>0)
@@ -335,13 +335,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)
{