Re: [FFmpeg-devel] [PATCH] avcodec/mips/aaccoder_mips: Sync with the generic code

2015-10-13 Thread Michael Niedermayer
On Tue, Oct 13, 2015 at 04:14:51PM +0200, Nedeljko Babic wrote: > This patch fixes build of AAC encoder optimized for mips that was broken due > to some changes in generic code that were not propagated to the optimized > code. > > Also, some functions in the optimized code are basically duplicat

[FFmpeg-devel] [PATCH] avcodec/mips/aaccoder_mips: Sync with the generic code

2015-10-13 Thread Nedeljko Babic
This patch fixes build of AAC encoder optimized for mips that was broken due to some changes in generic code that were not propagated to the optimized code. Also, some functions in the optimized code are basically duplicate of functions from generic code. Since they do not bring enough improveme