[FFmpeg-devel] [PATCH] avcodec/cos_tablegen: extend table generation to 17bits

James Almer jamrial at gmail.com
Sat Mar 5 04:50:01 CET 2016


On 3/5/2016 12:36 AM, Michael Niedermayer wrote:
> On Fri, Mar 04, 2016 at 11:52:50PM -0300, James Almer wrote:
>> Fixes compilation of fft with hardcoded tables
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> fate-fft tests only up to 12 bits, so i ran fft-test -n17 manually
>> and it didn't fail (It was also very slow).
>> This change also generates sine tables for 17bit which are currently
>> unused, so they kinda bloat the binary. Maybe someone wants to update
>> rdft like it was done for fft and give them purpose?
>>
>>  libavcodec/cos_tablegen.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> LGTM
> 
> thx

Pushed.



More information about the ffmpeg-devel mailing list