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 9233d9a..7cbadb3 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=32; + int cutval=127; + //int cutval=32; int width=LOGOWIDTH; if (plane>0) |