On Fri, Nov 27, 2015 at 6:40 PM, Rostislav Pehlivanov
<atomnu...@gmail.com> wrote:
> On Fri, 2015-11-27 at 09:08 -0800, Timothy Gu wrote:
>> On Fri, Nov 27, 2015 at 03:08:05PM +0000, Rostislav Pehlivanov wrote:
>> > I've just pushed a patch which makes the AAC encoder threadsafe, so
>> > now
>> > it should be safe to always generate that table at runtime.
>>
>> This commit seems to break FATE on a couple of platforms (not sure
>> about
>> Linux yet but probably). See:
>
> I'm on it. Freenode is dead for me ATM.
> It's the aac-fixed decoder again.

Note that the init is wrong for float as well. You use the same
condition for aacenc and aacdec, but they init different things.
aacdec inits much more, and if aacenc would init first for some
reason, it would leave aacdec without half its init.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to