]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Added credits file
authorChris Tallon <chris@vomp.tv>
Tue, 13 Dec 2005 19:49:49 +0000 (19:49 +0000)
committerChris Tallon <chris@vomp.tv>
Tue, 13 Dec 2005 19:49:49 +0000 (19:49 +0000)
CREDITS [new file with mode: 0644]
main.cc

diff --git a/CREDITS b/CREDITS
new file mode 100644 (file)
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 2f9a5767b97f8f3eeb1119126457bb67c809d0a9..649224bfe5c63bb400ac53c3050ec79b04f2431b 100644 (file)
--- 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)
   {