On 20.05.2023 15:29, Paul B Mahol wrote:

On 5/20/23, Matthias Walliczek <matth...@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


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to