mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 12:18:27 +02:00
DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same
Origin commit data
------------------
Commit: 79908aca2f
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-02 (Sat, 02 Oct 2021)
This commit is contained in:
@@ -5350,7 +5350,7 @@ void CNeutrinoApp::StartAVInputPiP() {
|
||||
|
||||
if (!pipDemux) {
|
||||
pipDemux = new cDemux(1);
|
||||
pipDemux->Open(DMX_PIP_CHANNEL);
|
||||
pipDemux->Open(DMX_VIDEO_CHANNEL);
|
||||
if (!pipDecoder) {
|
||||
pipDecoder = new cVideo(0, NULL, NULL, 1);
|
||||
}
|
||||
|
@@ -771,7 +771,7 @@ bool CZapit::StartPip(const t_channel_id channel_id)
|
||||
INFO("[pip] vpid %X apid %X pcr %X", newchannel->getVideoPid(), newchannel->getAudioPid(), newchannel->getPcrPid());
|
||||
if (!pipDemux) {
|
||||
pipDemux = new cDemux(dnum);
|
||||
pipDemux->Open(DMX_PIP_CHANNEL);
|
||||
pipDemux->Open(DMX_VIDEO_CHANNEL);
|
||||
if (!pipDecoder) {
|
||||
pipDecoder = new cVideo(0, NULL, NULL, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user