comparison flac.h @ 9106:4984f305def8 libavcodec

flacdec: Remove unused variable, min_blocksize.
author jbr
date Tue, 03 Mar 2009 05:25:23 +0000
parents 7eedb5796dd8
children b980183eb831
comparison
equal deleted inserted replaced
9105:9ae9d486669a 9106:4984f305def8
50 /** 50 /**
51 * Data needed from the Streaminfo header for use by the raw FLAC demuxer 51 * Data needed from the Streaminfo header for use by the raw FLAC demuxer
52 * and/or the FLAC decoder. 52 * and/or the FLAC decoder.
53 */ 53 */
54 #define FLACSTREAMINFO \ 54 #define FLACSTREAMINFO \
55 int min_blocksize; /**< minimum block size, in samples */\
56 int max_blocksize; /**< maximum block size, in samples */\ 55 int max_blocksize; /**< maximum block size, in samples */\
57 int max_framesize; /**< maximum frame size, in bytes */\ 56 int max_framesize; /**< maximum frame size, in bytes */\
58 int samplerate; /**< sample rate */\ 57 int samplerate; /**< sample rate */\
59 int channels; /**< number of channels */\ 58 int channels; /**< number of channels */\
60 int bps; /**< bits-per-sample */\ 59 int bps; /**< bits-per-sample */\