pip variables renamed

Origin commit data
------------------
Branch: master
Commit: c7fa8ef5ec
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-15 14:54:57 +02:00
committed by vanhofen
parent 664527f567
commit 3964b7c123
5 changed files with 7 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ enum
};
cAudio *audioDecoder = NULL;
cAudio *pipAudioDecoder = NULL;
cAudio *pipAudioDecoder[3] = { NULL, NULL, NULL };
static const char *ADEV[] =
{

View File

@@ -58,6 +58,9 @@ cDemux *videoDemux = NULL;
cDemux *audioDemux = NULL;
//cDemux *pcrDemux = NULL;
cDemux *pipVideoDemux[3] = { NULL, NULL, NULL };
cDemux *pipAudioDemux[3] = { NULL, NULL, NULL };
static const char *DMX_T[] =
{
"DMX_INVALID",

View File

@@ -80,7 +80,7 @@ enum
};
cVideo *videoDecoder = NULL;
cVideo *pipDecoder = NULL;
cVideo *pipVideoDecoder[3] = { NULL, NULL, NULL };
int system_rev = 0;

View File

@@ -27,7 +27,7 @@ enum
};
cAudio *audioDecoder = NULL;
cAudio *pipAudioDecoder = NULL;
cAudio *pipAudioDecoder[3] = { NULL, NULL, NULL };
static const char *ADEV[] =
{

View File

@@ -73,7 +73,7 @@ enum
};
cVideo *videoDecoder = NULL;
cVideo *pipDecoder = NULL;
cVideo *pipVideoDecoder[3] = { NULL, NULL, NULL };
int system_rev = 0;