fix vusolo4k

Origin commit data
------------------
Branch: master
Commit: 0e5f6ec13e
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2018-09-04 (Tue, 04 Sep 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2018-09-04 01:46:38 +02:00
committed by max_10
parent c108bee60c
commit 9d7451f001

View File

@@ -102,7 +102,11 @@ static const char *devname[NUM_DEMUXDEV] = {
#endif
};
/* did we already DMX_SET_SOURCE on that demux device? */
#if BOXMODEL_VUSOLO4K
static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false };
#else
static bool init[NUM_DEMUXDEV] = { false, false, false, false, false, false, false, false };
#endif
typedef struct dmx_pdata {
int last_source;