aac: Switch from unsigned char to char.
authorAndre Noll <maan@systemlinux.org>
Mon, 16 Dec 2013 21:06:44 +0000 (22:06 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 20 Dec 2016 15:53:52 +0000 (16:53 +0100)
commit2557001e2e0a6c078c7907a021362e29e534822a
tree08511af0e420149498da8039db2f490dfff080c7
parentefad222b6321fe7964d89c1d28c3b4ff05873eca
aac: Switch from unsigned char to char.

The faad library functions take unsigned char pointers while most of
the paraslash code prefers plain char *. It's easier to use char *
in all paraslash functions and cast the arguments of the faad library
function calls than to have a mix of both types.
aac.h
aac_afh.c
aac_common.c
aacdec_filter.c