mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit: changes for apollo.
Origin commit data
------------------
Commit: 55c155d0cf
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-09-10 (Mon, 10 Sep 2012)
This commit is contained in:
@@ -1954,7 +1954,9 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
|
||||
audioDemux = new cDemux();
|
||||
audioDemux->Open(DMX_AUDIO_CHANNEL);
|
||||
|
||||
videoDecoder = new cVideo(video_mode, videoDemux->getChannel(), videoDemux->getBuffer());
|
||||
videoDecoder = cVideo::GetDecoder();
|
||||
videoDecoder->SetDemux(videoDemux);
|
||||
videoDecoder->SetVideoSystem(video_mode);
|
||||
videoDecoder->Standby(false);
|
||||
|
||||
audioDecoder = new cAudio(audioDemux->getBuffer(), videoDecoder->GetTVEnc(), NULL /*videoDecoder->GetTVEncSD()*/);
|
||||
|
Reference in New Issue
Block a user