Home
last modified time | relevance | path

Searched refs:WAV_CART_MAX_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dwavlike.c37 #define WAV_CART_MAX_CHUNK_SIZE 0xffffffff macro
827 if (chunksize > WAV_CART_MAX_CHUNK_SIZE) in wavlike_read_cart_chunk()
828 { psf_log_printf (psf, "cart : %u (should be < %d)\n", chunksize, WAV_CART_MAX_CHUNK_SIZE) ; in wavlike_read_cart_chunk()