Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r--libavcodec/flac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h
index bab6b1d16d..246ec44fd2 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,