pip variables renamed

This commit is contained in:
BPanther
2021-10-09 22:26:56 +02:00
committed by Thilo Graf
parent cfd1c2c593
commit c461d83c5f
5 changed files with 7 additions and 4 deletions

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",