]> git.vomp.tv Git - vompclient.git/commitdiff
Mvp compile fixes
authorMarten Richter <marten.richter@freenet.de>
Thu, 8 Nov 2012 06:50:17 +0000 (07:50 +0100)
committerMarten Richter <marten.richter@freenet.de>
Thu, 8 Nov 2012 06:50:17 +0000 (07:50 +0100)
tfeed.cc
tfeed.h
videomvp.h

index 0b88678c248e09f8dd14ecd62514ea56970820ee..91922954037b5f586fe3514a9dbd292de1afdf5e 100644 (file)
--- a/tfeed.cc
+++ b/tfeed.cc
@@ -60,4 +60,5 @@ void TFeed::threadMethod()
         MILLISLEEP(20); //Performance Issue Marten
     }
   }
-}\r
\ No newline at end of file
+}
+\r
\ No newline at end of file
diff --git a/tfeed.h b/tfeed.h
index e713bb029ba69d184127235729eefa4be7aa0929..91a7ca0086622ad9f8686159f9d5008c861fe287 100644 (file)
--- a/tfeed.h
+++ b/tfeed.h
@@ -19,3 +19,4 @@ class Callback;
 class TFeed: public Thread_TYPE {\rpublic:\r     TFeed(Callback* tcb);\r  int init();\r    int shutdown();\r        int start();\r   void stop();\r   void enable();\r void disable();\r\rprivate:\r\r     void threadMethod();\r   void threadPostStopCleanup() {\r };\r\r    int teletextEnabled;\r   Callback& cb;\r};\r
 \r
 #endif\r
+
index c1b07c8d678a289f860ecf4e4ab70d14a05d05dd..7a60daf30bfdf1137d0cc231524bcb2ce8bfd45d 100644 (file)
@@ -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);