From: Andre Noll Date: Fri, 1 Jun 2012 08:56:10 +0000 (+0200) Subject: wma: Remove exponent_sizes[] from struct private_wma_data. X-Git-Tag: v0.4.11~4^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a02611146dcc9eb5aac4b05e4602e58f719076ae;hp=a02611146dcc9eb5aac4b05e4602e58f719076ae wma: Remove exponent_sizes[] from struct private_wma_data. This array is only used in compute_scale_factor_band_sizes(), and even there we need only the current value. So it is enough to have a single local variable in this function. ---