From aeb987cebf021192979ee162d82ab2577d62f72e Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 25 Jan 2009 02:27:02 +0000 Subject: flacdec: get total number of samples from STREAMINFO Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/flac.h') 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 -- cgit v1.2.3