Merged 2294:2296

This commit is contained in:
Moritz Bunkus 2004-10-06 14:26:13 +00:00
parent dab5685402
commit b9e29f6fbd
2 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@
#define FLAC_HEADER_APPLICATION 8
#define FLAC_HEADER_SEEKTABLE 16
int MTX_DLL_API
int
flac_get_num_samples(unsigned char *buf, int size,
FLAC__StreamMetadata_StreamInfo &stream_info);
int MTX_DLL_API
int
flac_decode_headers(unsigned char *mem, int size, int num_elements, ...);
#endif /* HAVE_FLAC_FORMAT_H */