update sndfile to 1.0.29

This commit is contained in:
alexey.lysiuk 2020-08-15 10:31:45 +03:00
parent 6681f73368
commit b42a197854
2 changed files with 3 additions and 1 deletions

View file

@ -627,7 +627,9 @@ int sf_perror (SNDFILE *sndfile) ;
int sf_error_str (SNDFILE *sndfile, char* str, size_t len) ;
/* Return TRUE if fields of the SF_INFO struct are a valid combination of values. */
/* Allow the caller to retrieve information from or change aspects of the
** library behaviour.
*/
int sf_command (SNDFILE *sndfile, int command, void *data, int datasize) ;

Binary file not shown.