From 30d3ed1158924c985e7d4f87724724c114a76207 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Thu, 16 Jul 2009 21:21:51 +0000 Subject: [PATCH] *** empty log message *** --- CREDITS | 4 ++++ playerlivetv.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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(); -- 2.39.2