mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
pip variables renamed
This commit is contained in:
@@ -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