From 51a5300c1ad9121eb2730cf21e9e60fcce765119 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 25 Nov 2006 17:56:58 +0000 Subject: [PATCH] *** empty log message *** --- vvideolive.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vvideolive.cc b/vvideolive.cc index 9bcdcdd..e477a85 100644 --- a/vvideolive.cc +++ b/vvideolive.cc @@ -41,12 +41,12 @@ VVideoLive::VVideoLive(ChannelList* tchanList, ULONG tstreamType, VChannelList* if (streamType == VDR::RADIO) { - (PlayerRadio*)player = (void*)new PlayerRadio(Command::getInstance(), this, false); + player = (void*)new PlayerRadio(Command::getInstance(), this, false); ((PlayerRadio*)player)->init(0, 0); } else { - (Player*)player = (void*)new Player(Command::getInstance(), this, false); + player = (void*)new Player(Command::getInstance(), this, false); ((Player*)player)->init(); } -- 2.39.2