wma: Simplify init_coef_vlc().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jun 2017 16:10:39 +0000 (18:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Jul 2017 19:00:36 +0000 (21:00 +0200)
commitb6fb7ef023664c3276c8113f4a3622e9f09a1430
tree194f70563ce3edeab08a5c51d64f16af99fdf3a9
parenta0f64807fb22318ef6d610ae89f72da8940bcf78
wma: Simplify init_coef_vlc().

This function of wmadec_filter.c was unnecessarily convoluted.
The patched version should be equivalent, and easier to understand.

This also allows to get rid of ->coef_vlcs of struct private_wmadec_data,
which was utterly confusing since we also have ->coef_vlc.
wmadec_filter.c