From aa037b78812bf81160e059adccba77440a470c19 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Tue, 13 Dec 2005 19:49:49 +0000 Subject: [PATCH] Added credits file --- CREDITS | 38 ++++++++++++++++++++++++++++++++++++++ main.cc | 2 -- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 CREDITS diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..73e5821 --- /dev/null +++ b/CREDITS @@ -0,0 +1,38 @@ +VOMP Credits +------------ + +Chris Tallon + Author + +Thanks to the following people for their contributions to VOMP: + +Dave Pickles + VDR 1.3 compatibility + Options view code cleanup + Internationalisation + +Brian Walton + EPG + Other patches and suggestions + +André Jagusch + German translation + +Lars Fredriksson + Swedish translation + +Pák Gergely + Hungarian translation + +Marten Richter + Debian packages for the e-TOBI VDR repository + + +Thanks to the following people for their work with the MVP: + +Jon Gettler, BtB and the other MVPMC developers +Dominic Morris for the vdr-mediamvp VDR plugin + + +Apologies to anyone I have forgotten, I only just started +trying to keep track of all this! diff --git a/main.cc b/main.cc index 2f9a576..649224b 100644 --- a/main.cc +++ b/main.cc @@ -209,8 +209,6 @@ int main(int argc, char** argv) else if (videoFormat == Video::NTSC) logger->log("Core", Log::INFO, "Read from MTD: NTSC 720x480"); else logger->log("Core", Log::INFO, "No help from MTD. Assuming NTSC 720x480"); - //videoFormat = Video::NTSC; // enable this line to test NTSC in PAL land - success = video->init(videoFormat); if (success) { -- 2.39.2