mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
noodle: Use a sane temp buf for streaming
This commit is contained in:
@@ -45,7 +45,6 @@ extern "C"
|
||||
#endif
|
||||
|
||||
UNUSED static const u32 SCRATCH_MAGIC = 0x544F4259;
|
||||
#define FDR_TEMP_BUF_SIZE 222
|
||||
|
||||
struct fatbit;
|
||||
struct hs_scratch;
|
||||
@@ -201,7 +200,6 @@ struct ALIGN_CL_DIRECTIVE hs_scratch {
|
||||
u32 delay_fatbit_size; /**< size of each delay fatbit in bytes */
|
||||
u32 scratchSize;
|
||||
char *scratch_alloc; /* user allocated scratch object */
|
||||
u8 ALIGN_DIRECTIVE fdr_temp_buf[FDR_TEMP_BUF_SIZE];
|
||||
};
|
||||
|
||||
/* array of fatbit ptr; TODO: why not an array of fatbits? */
|
||||
|
Reference in New Issue
Block a user