diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-03-14 23:08:40 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-03-14 23:08:40 +0100 |
commit | 0662afd6d8816713ebeef519b38456d0f57a837b (patch) | |
tree | d16c991b8677d6c068d9b20281951097256310cd /command/video.cpp | |
parent | ad13e186a657a6d2488dcc608ef670804107f4a7 (diff) | |
download | vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.gz vdr-plugin-markad-0662afd6d8816713ebeef519b38456d0f57a837b.tar.bz2 |
Added -O3 and -funroll-loops in Makefile
Reverted cutval to 127, adding commandline argument later
Fixed demux error with TS files
Added more info messages
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) |