From b1a13847060337cb9a2e8c161c3762f30505d6d7 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Thu, 8 Nov 2012 07:50:17 +0100 Subject: [PATCH] Mvp compile fixes --- tfeed.cc | 3 ++- tfeed.h | 1 + videomvp.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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); -- 2.39.2