Re-added 4 byte subslot for 24bit res input

This commit is contained in:
Ross Owen
2014-03-06 16:04:54 +00:00
parent 6145bfde6f
commit 25f40e5d9b

View File

@@ -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 */