forked from PAWPAW-Mirror/lib_xua
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 */
|
||||
#ifndef HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES
|
||||
// #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.. */
|
||||
//#else
|
||||
#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.. */
|
||||
#else
|
||||
#define HS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES (HS_STREAM_FORMAT_INPUT_1_RESOLUTION_BITS/8)
|
||||
//#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Setup default FS subslot sizes */
|
||||
|
||||
Reference in New Issue
Block a user