comparison flac.h @ 9188:f534d0cca450 libavcodec

share some constants between the FLAC encoder and FLAC decoder
author jbr
date Thu, 19 Mar 2009 03:04:21 +0000
parents b980183eb831
children 443f056ba7e7
comparison
equal deleted inserted replaced
9187:e10efe27c6b1 9188:f534d0cca450
28 #define AVCODEC_FLAC_H 28 #define AVCODEC_FLAC_H
29 29
30 #include "avcodec.h" 30 #include "avcodec.h"
31 31
32 #define FLAC_STREAMINFO_SIZE 34 32 #define FLAC_STREAMINFO_SIZE 34
33 #define FLAC_MAX_CHANNELS 8
34 #define FLAC_MIN_BLOCKSIZE 16
35 #define FLAC_MAX_BLOCKSIZE 65535
33 36
34 enum { 37 enum {
35 FLAC_METADATA_TYPE_STREAMINFO = 0, 38 FLAC_METADATA_TYPE_STREAMINFO = 0,
36 FLAC_METADATA_TYPE_PADDING, 39 FLAC_METADATA_TYPE_PADDING,
37 FLAC_METADATA_TYPE_APPLICATION, 40 FLAC_METADATA_TYPE_APPLICATION,