mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
move FLAC_STREAMINFO_SIZE to flac.h
Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d38b88213e
commit
ce7e82144f
@ -29,6 +29,8 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
#define FLAC_STREAMINFO_SIZE 34
|
||||
|
||||
enum {
|
||||
FLAC_METADATA_TYPE_STREAMINFO = 0,
|
||||
FLAC_METADATA_TYPE_PADDING,
|
||||
|
@ -47,7 +47,6 @@
|
||||
|
||||
#define MAX_CHANNELS 8
|
||||
#define MAX_BLOCKSIZE 65535
|
||||
#define FLAC_STREAMINFO_SIZE 34
|
||||
|
||||
enum decorrelation_type {
|
||||
INDEPENDENT,
|
||||
|
Loading…
Reference in New Issue
Block a user