summaryrefslogtreecommitdiff
path: root/libavcodec/aacps_tablegen_template.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/aacps_tablegen_template: replace #define by typedefGanesh Ajjanagadde2015-11-241-2/+2
| | | | | | | See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for rationale. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avcodec: Table creation for AAC_fixed_decoder (PS-module)Jovan Zelincevic2015-07-221-0/+107
Add fixed point implementation of functions for generating tables. Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>