bug fix on quad: if no data streaming enabled in the beginning

This commit is contained in:
2019-07-22 17:09:34 +02:00
parent 445f3c66fd
commit 350b4f0368
6 changed files with 51 additions and 45 deletions

View File

@ -747,8 +747,8 @@ class UDPBaseImplementation : protected virtual slsReceiverDefs, public UDPInter
bool tengigaEnable;
/** Fifo Depth */
uint32_t fifoDepth;
/** enable for flipping data across both axes */
int flippedData[2];
/** enable for flipping data across x axis */
int flippedDataX;
/** gap pixels enable */
bool gapPixelsEnable;
/** quad type enable */