diff ac3dec.h @ 7716:6f4d3d307676 libavcodec

remove unneeded variable, dither_all
author jbr
date Thu, 28 Aug 2008 23:04:15 +0000
parents b928055716e5
children c4a4495715dd
line wrap: on
line diff
--- a/ac3dec.h	Thu Aug 28 22:41:00 2008 +0000
+++ b/ac3dec.h	Thu Aug 28 23:04:15 2008 +0000
@@ -140,7 +140,6 @@
 ///@}
 
 ///@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
 ///@}