mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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:
@@ -38,7 +38,7 @@ enum
|
||||
};
|
||||
|
||||
cAudio *audioDecoder = NULL;
|
||||
cAudio *pipAudioDecoder = NULL;
|
||||
cAudio *pipAudioDecoder[3] = { NULL, NULL, NULL };
|
||||
|
||||
static const char *ADEV[] =
|
||||
{
|
||||
|
@@ -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",
|
||||
|
@@ -80,7 +80,7 @@ enum
|
||||
};
|
||||
|
||||
cVideo *videoDecoder = NULL;
|
||||
cVideo *pipDecoder = NULL;
|
||||
cVideo *pipVideoDecoder[3] = { NULL, NULL, NULL };
|
||||
|
||||
int system_rev = 0;
|
||||
|
||||
|
@@ -27,7 +27,7 @@ enum
|
||||
};
|
||||
|
||||
cAudio *audioDecoder = NULL;
|
||||
cAudio *pipAudioDecoder = NULL;
|
||||
cAudio *pipAudioDecoder[3] = { NULL, NULL, NULL };
|
||||
|
||||
static const char *ADEV[] =
|
||||
{
|
||||
|
@@ -73,7 +73,7 @@ enum
|
||||
};
|
||||
|
||||
cVideo *videoDecoder = NULL;
|
||||
cVideo *pipDecoder = NULL;
|
||||
cVideo *pipVideoDecoder[3] = { NULL, NULL, NULL };
|
||||
|
||||
int system_rev = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user