]> git.tuebingen.mpg.de Git - paraslash.git/commit
wmadec: Simplify get_vlc().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 6 Feb 2016 06:07:10 +0000 (07:07 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 6 Mar 2016 20:29:06 +0000 (21:29 +0100)
commit9b12b292d9b523f44174fc2b6827ec2f519b9235
treef922d9bc6b1297722e996c7f122369b7ee69fb97
parent3f8ff482884973a00b4c4d4e08d8cbf96a01c98b
wmadec: Simplify get_vlc().

The last parameter is always bigger than 2, which is all the function
needs to know. Hence we may remove the parameter and get rid of some
macros that were only used to compute it.
bitstream.c
bitstream.h
wmadec_filter.c