mstorsjo / fdk-aac

A standalone library of the Fraunhofer FDK AAC code from Android.

Home Page:https://sourceforge.net/projects/opencore-amr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoder skipping frames with some files using uniDRC

enzo1982 opened this issue · comments

The decoder is skipping frames, returning AAC_DEC_PARSE_ERROR or AAC_DEC_DECODE_FRAME_ERROR for certain files making use of the uniDRC extension.

This is fixed upstream with commit 67cae74f.

I can provide an example via email if needed.

It would be great if the code here could be updated to include this fix.

Yep, it's on my todo list to merge in the latest upstream dump. I'll try to see if I can bring it closer to the top of the todo list...

Now I've finally caught up with this and merged in the latest upstream changes from AOSP - does that fix this issue for you?

Yes, that fixes it. Thanks!