From: Chris Tallon Date: Thu, 16 Jul 2009 21:21:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: r0-3-1^0 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=30d3ed1158924c985e7d4f87724724c114a76207;p=vompclient.git *** empty log message *** --- diff --git a/CREDITS b/CREDITS index 1e92c7b..788547e 100644 --- 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 diff --git a/playerlivetv.cc b/playerlivetv.cc index 47972be..f08d800 100644 --- a/playerlivetv.cc +++ b/playerlivetv.cc @@ -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();