]> git.tuebingen.mpg.de Git - paraslash.git/commit
wma: Simplify get_vlc().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jun 2017 07:29:37 +0000 (09:29 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 6 Jul 2017 19:00:36 +0000 (21:00 +0200)
commit30fdc1bcb5fd37398943cb6b072a9ca4633f2592
tree3bd6a7750b727c8e36c880534b86afae95dc84c3
parentc8829b0bbe3c634ef64accfd88686c5895013e86
wma: Simplify get_vlc().

The "bits" argument of the function is implicitly given by the vlc
structure and may thus be omitted from the call. For this to work we
must pass a pointer to struct vlc instead of only the table, which
further simplifies wmadec_filter.c.
bitstream.c
bitstream.h
wmadec_filter.c