Searched refs:WAV_BEXT_MAX_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
34 #define WAV_BEXT_MAX_CHUNK_SIZE (10 * 1024) macro729 if (chunksize > WAV_BEXT_MAX_CHUNK_SIZE) in wavlike_read_bext_chunk()730 { psf_log_printf (psf, "bext : %u (should be < %d)\n", chunksize, WAV_BEXT_MAX_CHUNK_SIZE) ; in wavlike_read_bext_chunk()