]> git.tuebingen.mpg.de Git - paraslash.git/commit
aacdec: Combine aac_open() and aacdec_open().
authorAndre Noll <maan@systemlinux.org>
Fri, 18 Apr 2014 00:12:40 +0000 (00:12 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 25 Mar 2017 10:54:36 +0000 (11:54 +0100)
commit0d90aa75852c4e76d8d00659d48ba4baf32deae2
tree0c4039fb018897fae4b4e5a56cbf9ad363d7e509
parent792936cec17542777826e5fce4cfe520a984bba2
aacdec: Combine aac_open() and aacdec_open().

Both functions are short, and they are only called once at
startup. Thus, there is no reason to spread out the initialization
over two functions, so let's combine them.
aacdec_filter.c