From ee0e6ad3b2676d337fa876f8c573bafd26e740d5 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 25 Nov 2006 22:55:32 +0000 Subject: [PATCH] Windows updates --- playerradio.cc | 2 ++ playerradio.h | 1 + 2 files changed, 3 insertions(+) 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" -- 2.39.2