summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r--libavcodec/flac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h
index 246ec44fd2..02b41e1f99 100644
--- a/libavcodec/flac.h
+++ b/libavcodec/flac.h
@@ -53,6 +53,7 @@ enum {
int samplerate; /**< sample rate */\
int channels; /**< number of channels */\
int bps; /**< bits-per-sample */\
+ int64_t samples; /**< total number of samples */\
typedef struct FLACStreaminfo {
FLACSTREAMINFO