noodle: Use a sane temp buf for streaming

This commit is contained in:
Matthew Barr
2017-05-30 16:12:41 +10:00
parent bf3ced92f4
commit 4be7d6fecc
4 changed files with 7 additions and 10 deletions

View File

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