From 432a8cbbb9034fdc84eaa4f733b5ed892363be44 Mon Sep 17 00:00:00 2001 From: jbr Date: Sun, 25 Jan 2009 00:34:32 +0000 Subject: [PATCH] move FLAC_STREAMINFO_SIZE to flac.h git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16766 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/flac.h | 2 ++ libavcodec/flacdec.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/flac.h b/libavcodec/flac.h index bab6b1d16..246ec44fd 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -29,6 +29,8 @@ #include "avcodec.h" +#define FLAC_STREAMINFO_SIZE 34 + enum { FLAC_METADATA_TYPE_STREAMINFO = 0, FLAC_METADATA_TYPE_PADDING, diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index 16aa47637..7ebf01595 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -47,7 +47,6 @@ #define MAX_CHANNELS 8 #define MAX_BLOCKSIZE 65535 -#define FLAC_STREAMINFO_SIZE 34 enum decorrelation_type { INDEPENDENT, -- 2.39.2