comparison flacdec.c @ 8660:4f1525c698e9 libavcodec

move FLAC_STREAMINFO_SIZE to flac.h
author jbr
date Sun, 25 Jan 2009 00:34:32 +0000
parents 61ae841cd13e
children 94f7aca055d5
comparison
equal deleted inserted replaced
8659:61ae841cd13e 8660:4f1525c698e9
45 #undef NDEBUG 45 #undef NDEBUG
46 #include <assert.h> 46 #include <assert.h>
47 47
48 #define MAX_CHANNELS 8 48 #define MAX_CHANNELS 8
49 #define MAX_BLOCKSIZE 65535 49 #define MAX_BLOCKSIZE 65535
50 #define FLAC_STREAMINFO_SIZE 34
51 50
52 enum decorrelation_type { 51 enum decorrelation_type {
53 INDEPENDENT, 52 INDEPENDENT,
54 LEFT_SIDE, 53 LEFT_SIDE,
55 RIGHT_SIDE, 54 RIGHT_SIDE,