diff options
Diffstat (limited to 'command/video.h')
-rw-r--r-- | command/video.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/command/video.h b/command/video.h index 446a61b..1a03d97 100644 --- a/command/video.h +++ b/command/video.h @@ -8,19 +8,8 @@ #ifndef __video_h_ #define __video_h_ -#include <time.h> -#include <math.h> -#include <string.h> -#include <stdio.h> -#include <stdlib.h> -#include <stdint.h> #include "global.h" -extern "C" -{ -#include "debug.h" -} - #define LOGO_MAXHEIGHT 170 #define LOGO_MAXWIDTH 480 @@ -28,7 +17,7 @@ extern "C" #define LOGO_DEFWIDTH 192 #define LOGO_DEFHDWIDTH 288 -#define LOGO_VMAXCOUNT 3 // count of IFrames for detection of "logo invisible" +#define LOGO_VMAXCOUNT 3 // count of IFrames for detection of "logo visible" #define LOGO_IMAXCOUNT 5 // count of IFrames for detection of "logo invisible" #define LOGO_VMARK 0.5 // percantage of pixels for visible #define LOGO_IMARK 0.15 // percentage of pixels for invisible |