From 8c5bda0e344a1389cad91eef9f7e00b069ffa933 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Thu, 28 Jul 2005 15:41:43 +0000 Subject: - add option for border of underscan - rename setup variables to hungarian notation --- liboutput/encode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'liboutput') diff --git a/liboutput/encode.h b/liboutput/encode.h index 15dd28d..f19a4c4 100644 --- a/liboutput/encode.h +++ b/liboutput/encode.h @@ -26,7 +26,7 @@ #define _ENCODE_H #include - +#include "../setup-image.h" //#define TESTCODE class cEncode @@ -66,8 +66,8 @@ public: inline unsigned int GetHeight() const { return m_nHeight; } inline unsigned int GetWidth() const { return m_nWidth; } - inline unsigned int GetBorderHeight() const { return 16; } - inline unsigned int GetBorderWidth() const { return 16; } + inline unsigned int GetBorderHeight() const { return ImageSetup.m_nBorderHeight; } + inline unsigned int GetBorderWidth() const { return ImageSetup.m_nBorderWidth; } inline uint8_t *GetRGBMem() { return m_pImageRGB; } void ClearRGBMem (); -- cgit v1.2.3