comparison libao2/afmt.h @ 12478:7f8eb5f6814a

support for 24 bit pcm/wav files
author reimar
date Sun, 16 May 2004 10:48:59 +0000
parents 46d21c0f36aa
children 661718721c92
comparison
equal deleted inserted replaced
12477:1550ef7117c4 12478:7f8eb5f6814a
51 #endif 51 #endif
52 52
53 #ifndef AFMT_FLOAT 53 #ifndef AFMT_FLOAT
54 # define AFMT_FLOAT 0x00004000 54 # define AFMT_FLOAT 0x00004000
55 #endif 55 #endif
56
57 /* for formats that don't have a corresponding AFMT_* type,
58 * use the flags from libaf/af_format.h or'ed with this */
59 #define AFMT_AF_FLAGS 0x70000000
60