Go to the documentation of this file.
27 #ifndef AVCODEC_FLAC_H
28 #define AVCODEC_FLAC_H
33 #define FLAC_STREAMINFO_SIZE 34
34 #define FLAC_MAX_CHANNELS 8
35 #define FLAC_MIN_BLOCKSIZE 16
36 #define FLAC_MAX_BLOCKSIZE 65535
37 #define FLAC_MIN_FRAME_SIZE 11
62 #define FLACCOMMONINFO \
71 #define FLACSTREAMINFO \
120 int *last,
int *type,
int *
size);