Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dwavlike.h343 int wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) ;
Drf64.c268 if ((error = wavlike_read_bext_chunk (psf, chunk_size)) != 0) in rf64_read_header()
Dwav.c558 if ((error = wavlike_read_bext_chunk (psf, chunk_size))) in wav_read_header()
Dwavlike.c718 wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) in wavlike_read_bext_chunk() function
/third_party/libsnd/
DNEWS73 * Fix memory leak in wavlike_read_bext_chunk() function, credit to OSS-Fuzz.