diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-03 05:25:23 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-03 05:25:23 +0000 |
commit | 95db6659d8b2d3d10c044ce1feab1f2041df8fb3 (patch) | |
tree | cff4c884b4a59fca65c5d64fe58c8a64468487ca /libavcodec/flac.h | |
parent | dde318d5d98dd06407880070e8d558a1251c197d (diff) | |
download | ffmpeg-95db6659d8b2d3d10c044ce1feab1f2041df8fb3.tar.gz |
flacdec: Remove unused variable, min_blocksize.
Originally committed as revision 17748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r-- | libavcodec/flac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h index 8af79f2bd8..5d20c0b974 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -52,7 +52,6 @@ enum FLACExtradataFormat { * and/or the FLAC decoder. */ #define FLACSTREAMINFO \ - int min_blocksize; /**< minimum block size, in samples */\ int max_blocksize; /**< maximum block size, in samples */\ int max_framesize; /**< maximum frame size, in bytes */\ int samplerate; /**< sample rate */\ |