summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-28 23:04:15 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-28 23:04:15 +0000
commit260e09305bc875ab0e12e182591405a1d965a5d7 (patch)
tree8fbaf4a14beee0515f216dddc17adc9c2b48c74e /libavcodec/ac3dec.h
parentf8007a14734ff9fc8a4dd0d0194ab2c645f72578 (diff)
remove unneeded variable, dither_all
Originally committed as revision 15011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r--libavcodec/ac3dec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h
index d78fa68102..81825bd2bd 100644
--- a/libavcodec/ac3dec.h
+++ b/libavcodec/ac3dec.h
@@ -140,7 +140,6 @@ typedef struct {
///@}
///@defgroup dithering zero-mantissa dithering
- int dither_all; ///< true if all channels are dithered
int dither_flag[AC3_MAX_CHANNELS]; ///< dither flags (dithflg)
AVLFG dith_state; ///< for dither generation
///@}