comparison flac.h @ 8661:94f7aca055d5 libavcodec

flacdec: get total number of samples from STREAMINFO
author jbr
date Sun, 25 Jan 2009 02:27:02 +0000
parents 4f1525c698e9
children e9d9d946f213
comparison
equal deleted inserted replaced
8660:4f1525c698e9 8661:94f7aca055d5
51 int max_blocksize; /**< maximum block size, in samples */\ 51 int max_blocksize; /**< maximum block size, in samples */\
52 int max_framesize; /**< maximum frame size, in bytes */\ 52 int max_framesize; /**< maximum frame size, in bytes */\
53 int samplerate; /**< sample rate */\ 53 int samplerate; /**< sample rate */\
54 int channels; /**< number of channels */\ 54 int channels; /**< number of channels */\
55 int bps; /**< bits-per-sample */\ 55 int bps; /**< bits-per-sample */\
56 int64_t samples; /**< total number of samples */\
56 57
57 typedef struct FLACStreaminfo { 58 typedef struct FLACStreaminfo {
58 FLACSTREAMINFO 59 FLACSTREAMINFO
59 } FLACStreaminfo; 60 } FLACStreaminfo;
60 61