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:
BPanther
2021-10-02 22:28:41 +02:00
committed by vanhofen
parent 72377ad5e8
commit ea1497b58f
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}