]> git.vomp.tv Git - vompclient-marten.git/commitdiff
*** empty log message ***
authorChris Tallon <chris@vomp.tv>
Thu, 16 Jul 2009 21:21:51 +0000 (21:21 +0000)
committerChris Tallon <chris@vomp.tv>
Thu, 16 Jul 2009 21:21:51 +0000 (21:21 +0000)
CREDITS
playerlivetv.cc

diff --git a/CREDITS b/CREDITS
index 1e92c7b485c3253e1cb567ff31b7a988a5f84dc5..788547e37b5eddb773431cc8bc5cf513272fa3ae 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -42,6 +42,7 @@ Marten Richter
   Windows port of vompclient
   Reporting of many bugs
   Audio channel selection
+  VDR 1.7 compatibility
 
 Andreas Vogel
   Media player
@@ -53,6 +54,9 @@ Alexander Pipelka
 Thomas Steger
   Sleep timer
 
+dingo35
+  VDR 1.7 compatibility
+
 Thanks to the following people for their work with the MVP:
 
 Jon Gettler, BtB and the other MVPMC developers
index 47972befb7e699b25e75a7766be33770c8ba52e7..f08d80071400184596bd7b5627ad9ed38f24a85c 100644 (file)
@@ -73,7 +73,7 @@ int PlayerLiveTV::init()
 
   teletext = new TeletextDecoderVBIEBU();
  
-  if (!demuxer->init(this, audio, video, teletext, 2097152, 524288, 65536))
+  if (!demuxer->init(this, audio, video, teletext, 2097152, 524288, 65536, subtitles))
   {
     logger->log("PlayerLiveTV", Log::ERR, "Demuxer failed to init");
     shutdown();