Re: [FFmpeg-devel] [PATCH] aac: prevent calling ff_aac_tableinit() twice during init

2015-11-27 Thread Hendrik Leppkes
On Fri, Nov 27, 2015 at 8:00 PM, Rostislav Pehlivanov wrote: > This commit prevents the corner case where both the decoder and the > encoder could call ff_aac_tableinit() twice during init (in case of > transcoding aac-aac). > > Signed-off-by: Rostislav Pehlivanov > --- > libavcodec/aacdec_templ

[FFmpeg-devel] [PATCH] aac: prevent calling ff_aac_tableinit() twice during init

2015-11-27 Thread Rostislav Pehlivanov
This commit prevents the corner case where both the decoder and the encoder could call ff_aac_tableinit() twice during init (in case of transcoding aac-aac). Signed-off-by: Rostislav Pehlivanov --- libavcodec/aacdec_template.c | 10 ++ libavcodec/aacenc.c | 5 + libavcodec/