mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
small zapit fix
This commit is contained in:
@@ -2281,8 +2281,8 @@ bool CZapit::StartPlayBack(CZapitChannel *thisChannel)
|
||||
#if ! HAVE_AZBOX_HARDWARE
|
||||
/* start video */
|
||||
if (video_pid) {
|
||||
videoDecoder->Start(0, pcr_pid, video_pid);
|
||||
videoDemux->Start();
|
||||
videoDecoder->Start(0, pcr_pid, video_pid);
|
||||
}
|
||||
#endif
|
||||
#ifdef USE_VBI
|
||||
|
Reference in New Issue
Block a user