From: Chris Tallon Date: Sat, 25 Nov 2006 17:56:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=51a5300c1ad9121eb2730cf21e9e60fcce765119;p=vompclient-marten.git *** empty log message *** --- 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(); }