From: Marten Richter Date: Thu, 8 Nov 2012 06:50:17 +0000 (+0100) Subject: Mvp compile fixes X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=b1a13847060337cb9a2e8c161c3762f30505d6d7;p=vompclient-marten.git Mvp compile fixes --- diff --git a/tfeed.cc b/tfeed.cc index 0b88678..9192295 100644 --- a/tfeed.cc +++ b/tfeed.cc @@ -60,4 +60,5 @@ void TFeed::threadMethod() MILLISLEEP(20); //Performance Issue Marten } } -} \ No newline at end of file +} + \ No newline at end of file diff --git a/tfeed.h b/tfeed.h index e713bb0..91a7ca0 100644 --- a/tfeed.h +++ b/tfeed.h @@ -19,3 +19,4 @@ class Callback; class TFeed: public Thread_TYPE { public: TFeed(Callback* tcb); int init(); int shutdown(); int start(); void stop(); void enable(); void disable(); private: void threadMethod(); void threadPostStopCleanup() { }; int teletextEnabled; Callback& cb; }; #endif + diff --git a/videomvp.h b/videomvp.h index c1b07c8..7a60daf 100644 --- a/videomvp.h +++ b/videomvp.h @@ -110,7 +110,7 @@ class VideoMVP : public Video UCHAR getSupportedFormats() { return COMPOSITERGB | SVIDEO;}; UINT supportedTVsize() { return ASPECT4X3|ASPECT16X9;}; - UCHAR supportedTVFormats() { return 0;}; /* We cannot change this here + UCHAR supportedTVFormats() { return 0;}; // We cannot change this here int setFormat(UCHAR format); int setConnection(UCHAR connection);