diff options
Diffstat (limited to 'command/video.cpp')
-rw-r--r-- | command/video.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command/video.cpp b/command/video.cpp index 7cbadb3..0e975cd 100644 --- a/command/video.cpp +++ b/command/video.cpp @@ -336,13 +336,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) { |