summaryrefslogtreecommitdiff
path: root/command/video.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-01-30 22:10:59 +0100
committerJochen Dolze <vdr@dolze.de>2011-01-30 22:10:59 +0100
commit9ec3fd7efb449fec370b64782adf32ce04bc96ae (patch)
tree34c681d3482d8952dbb5ecd3df202f74603723b8 /command/video.h
parent70d113055698c6b73c8ed13af8a9e2f3b38ab1f0 (diff)
downloadvdr-plugin-markad-9ec3fd7efb449fec370b64782adf32ce04bc96ae.tar.gz
vdr-plugin-markad-9ec3fd7efb449fec370b64782adf32ce04bc96ae.tar.bz2
Further cleanups
Diffstat (limited to 'command/video.h')
-rw-r--r--command/video.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/command/video.h b/command/video.h
index 16f8899..bee7d29 100644
--- a/command/video.h
+++ b/command/video.h
@@ -10,7 +10,7 @@
#include "global.h"
-#define LOGO_MAXHEIGHT 170
+#define LOGO_MAXHEIGHT 250
#define LOGO_MAXWIDTH 480
#define LOGO_DEFHEIGHT 100
@@ -166,7 +166,8 @@ private:
cMarkAdOverlap *overlap;
void resetmarks();
- bool addmark(int Type, int position, const char *comment);
+ bool addmark(int type, int position, MarkAdAspectRatio *before=NULL,
+ MarkAdAspectRatio *after=NULL, bool verticalborders=false );
bool aspectratiochange(MarkAdAspectRatio &a, MarkAdAspectRatio &b, bool &start);
int framelast;