]> git.tuebingen.mpg.de Git - paraslash.git/commit
wma: Drop unused argument from wma_decode_superframe().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jun 2017 14:10:40 +0000 (16:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Jul 2017 19:00:36 +0000 (21:00 +0200)
commit8587c4fc6828528c0356bc88e9c8f8e8ab10b2e9
tree4ca0008f9ef8bdff35f9360f55dbc40812b360b0
parent9943be4e9a56cedf1d0ec6317ca09da3ccc3949e
wma: Drop unused argument from wma_decode_superframe().

The function depends on the caller not passing a smaller value than
the packet size - WMA_FRAME_SKIP, and only uses this many input
bytes anyway. So we may get rid of the input size argument.
wmadec_filter.c