--- /dev/null
+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!
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)
{