diff 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
line wrap: on
line diff
--- a/flacdec.c	Sun Jan 25 00:33:25 2009 +0000
+++ b/flacdec.c	Sun Jan 25 00:34:32 2009 +0000
@@ -47,7 +47,6 @@
 
 #define MAX_CHANNELS 8
 #define MAX_BLOCKSIZE 65535
-#define FLAC_STREAMINFO_SIZE 34
 
 enum decorrelation_type {
     INDEPENDENT,