On Mon, Jun 01, 2015 at 01:23:53PM +, Nedeljko Babic wrote:
> > Added functions needed for implementation of fixed point aac dec.
[...]
> >> +
> >> AVFixedDSPContext * avpriv_alloc_fixed_dsp(int bit_exact)
> >> {
> >> AVFixedDSPContext * fdsp = av_malloc(sizeof(AVFixedDSPContext));
> >>
> Added functions needed for implementation of fixed point aac dec.
>>
>> Signed-off-by: Nedeljko Babic
>> ---
>> libavutil/fixed_dsp.c | 60
>> +++
>> libavutil/fixed_dsp.h | 53 +
>> 2 files changed, 1
On Fri, May 29, 2015 at 03:46:21PM +0200, Nedeljko Babic wrote:
> Added functions needed for implementation of fixed point aac dec.
>
> Signed-off-by: Nedeljko Babic
> ---
> libavutil/fixed_dsp.c | 60
> +++
> libavutil/fixed_dsp.h | 53 ++