Typo in FS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES define

This commit is contained in:
Ross Owen
2015-11-11 14:33:53 +00:00
parent 3da6a51d5f
commit 1ec017d1eb

View File

@@ -838,7 +838,7 @@
* Default: STREAM_FORMAT_INPUT_1_RESOLUTION_BITS / 8
*/
#ifndef FS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES
#define FS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES (FS_STREAM_FORMAT_INPUT_2_RESOLUTION_BITS/8)
#define FS_STREAM_FORMAT_INPUT_1_SUBSLOT_BYTES (FS_STREAM_FORMAT_INPUT_1_RESOLUTION_BITS/8)
#endif
#ifndef FS_STREAM_FORMAT_INPUT_2_SUBSLOT_BYTES