Commit 432a8cbb authored by jbr's avatar jbr

move FLAC_STREAMINFO_SIZE to flac.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16766 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d281f2dd
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#include "avcodec.h" #include "avcodec.h"
#define FLAC_STREAMINFO_SIZE 34
enum { enum {
FLAC_METADATA_TYPE_STREAMINFO = 0, FLAC_METADATA_TYPE_STREAMINFO = 0,
FLAC_METADATA_TYPE_PADDING, FLAC_METADATA_TYPE_PADDING,
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#define MAX_CHANNELS 8 #define MAX_CHANNELS 8
#define MAX_BLOCKSIZE 65535 #define MAX_BLOCKSIZE 65535
#define FLAC_STREAMINFO_SIZE 34
enum decorrelation_type { enum decorrelation_type {
INDEPENDENT, INDEPENDENT,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment