From: Chris Tallon Date: Sat, 25 Nov 2006 22:55:32 +0000 (+0000) Subject: Windows updates X-Git-Tag: r0-2-5~2 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=ee0e6ad3b2676d337fa876f8c573bafd26e740d5;p=vompclient.git Windows updates --- diff --git a/playerradio.cc b/playerradio.cc index 23462a4..7b88c87 100644 --- a/playerradio.cc +++ b/playerradio.cc @@ -46,6 +46,8 @@ PlayerRadio::PlayerRadio(MessageQueue* tmessageQueue, void* tmessageReceiver, bo blockSize = 10000; startupBlockSize = 20000; preBufferSize = 20000; + + Video::getInstance()->turnVideoOff(); } PlayerRadio::~PlayerRadio() diff --git a/playerradio.h b/playerradio.h index 8100821..f70ec18 100644 --- a/playerradio.h +++ b/playerradio.h @@ -29,6 +29,7 @@ #include #include "audio.h" +#include "video.h" #include "demuxervdr.h" #include "afeed.h" #include "remote.h"