mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Merged 2294:2296
This commit is contained in:
parent
dab5685402
commit
b9e29f6fbd
@ -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 */
|
Loading…
Reference in New Issue
Block a user