[FFmpeg-devel] [PATCH] avcodec/aacdec: add support for AAC SBR with 960 frame length

Matthias Walliczek matthias at walliczek.de
Sat May 20 17:06:37 EEST 2023


On 20.05.2023 15:29, Paul B Mahol wrote:

> On 5/20/23, Matthias Walliczek <matthias at walliczek.de> wrote:
>> [...]
>> +int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps,
>> INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top,
>> +                            int frame_length_short)
>>    {
>>        INTFLOAT (*Lbuf)[32][2] = ps->Lbuf;
>>        INTFLOAT (*Rbuf)[32][2] = ps->Rbuf;
>> -    const int len = 32;
>> +    const int len = frame_length_short ? 32 : 32;
> ???

Sorry, this was a leftover. I will create a new patch without this line.

Best regards,
   Matthias




More information about the ffmpeg-devel mailing list