]> git.tuebingen.mpg.de Git - paraslash.git/commit
wma: make ->ms_stereo local to wma_decode_block().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jun 2017 16:25:32 +0000 (18:25 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Jul 2017 19:00:36 +0000 (21:00 +0200)
commit16ff6fd77666627512e5784fe589c55f46812ad4
tree6c18ea5f4d3e0a71bee815e7bcc156a3e304d17f
parentb6fb7ef023664c3276c8113f4a3622e9f09a1430
wma: make ->ms_stereo local to wma_decode_block().

mid/side stereo mode is a per-block property and thus does not
need to be stored in the private_wmadec_data structure.
wmadec_filter.c