Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-03-03 08:25:23 +0300
committerJustin Ruggles <justin.ruggles@gmail.com>2009-03-03 08:25:23 +0300
commit95db6659d8b2d3d10c044ce1feab1f2041df8fb3 (patch)
treecff4c884b4a59fca65c5d64fe58c8a64468487ca /libavcodec/flac.h
parentdde318d5d98dd06407880070e8d558a1251c197d (diff)
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.h1
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 */\