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 --- player-image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'player-image.c') diff --git a/player-image.c b/player-image.c index f8818f8..6ab4bb5 100644 --- a/player-image.c +++ b/player-image.c @@ -1,8 +1,8 @@ /* * Image plugin to VDR (C++) * - * (C) 2004 Andreas Brachold - * 2003 Kai Tobias Burwieck + * (C) 2004-2005 Andreas Brachold + * based on (C) 2003 Kai Tobias Burwieck * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -312,7 +312,7 @@ void cImagePlayer::LoadImage(cShellWrapper* pShell) pnmImage.freerow((char*)pRow); else { - if(pShell->szNumber && ImageSetup.ShowNumbers) + if(pShell->szNumber && ImageSetup.m_bShowNumbers) cXPM::Overlay(pShell->szNumber,m_StillImage.GetRGBMem(), m_StillImage.GetWidth(),m_StillImage.GetHeight(), cXPM::TopRight,nOffLeft,nOffTop,pnmImage.GetWidth(),pnmImage.GetHeight()); -- cgit v1.2.3