Add AVR to sndfile.h and minor cleanups.

This commit is contained in:
Erik de Castro Lopo 2004-03-27 04:24:55 +00:00
parent 7dd9999097
commit 3d5ba12d46
2 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,7 @@
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* #define HAVE_SYS_WAIT_H */
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */

View File

@ -68,6 +68,7 @@ enum
SF_FORMAT_XI = 0x0F0000, /* Fasttracker 2 Extended Instrument */
SF_FORMAT_HTK = 0x100000, /* HMM Tool Kit format */
SF_FORMAT_SDS = 0x110000, /* Midi Sample Dump Standard */
SF_FORMAT_AVR = 0x120000, /* Audio Visual Research */
/* Subtypes from here on. */