Re-added 4 byte subslot for 24bit res input
This commit is contained in:
@@ -531,11 +531,11 @@
|
|||||||
|
|
||||||
/* Setup default subslot sized based on resolution */
|
/* Setup default subslot sized based on resolution */
|
||||||
#ifndef HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES
|
#ifndef HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES
|
||||||
// #if (HS_STREAM_FORMAT_INPUT_1_RESOLUTION_BITS == 24)
|
#if (HS_STREAM_FORMAT_INPUT_1_RESOLUTION_BITS == 24)
|
||||||
// #define HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES 4 /* 4 byte subslot is nicer for our 32 bit machine to unpack.. */
|
#define HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES 4 /* 4 byte subslot is nicer for our 32 bit machine to unpack.. */
|
||||||
//#else
|
#else
|
||||||
#define HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES (HS_STREAM_FORMAT_INPUT_1_RESOLUTION_BITS/8)
|
#define HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES (HS_STREAM_FORMAT_INPUT_1_RESOLUTION_BITS/8)
|
||||||
//#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Setup default FS subslot sizes */
|
/* Setup default FS subslot sizes */
|
||||||
|
|||||||
Reference in New Issue
Block a user