mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same
This commit is contained in:
@@ -5283,7 +5283,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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user