From 260e09305bc875ab0e12e182591405a1d965a5d7 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 28 Aug 2008 23:04:15 +0000 Subject: remove unneeded variable, dither_all Originally committed as revision 15011 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ac3dec.h') 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 ///@} -- cgit v1.2.3