[FFmpeg-devel] [PATCH]lavc/sinewin: Do not declare tables as const

Hendrik Leppkes h.leppkes at gmail.com
Sun Oct 14 23:30:02 EEST 2018


On Sun, Oct 14, 2018 at 10:18 PM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
>
> Hi!
>
> Attached patch is supposed to fix ticket #7491, I currently don't have
> gcc 8 to test myself.
>

Only the 120 and 960 tables are affected by this bug because they are
not being created by the hardcoded tables logic, yet this patch
changes the const attribute for all tables, defeating one purpose of
the hardcoded tables.
Can we adjust this to only affect the two tables that need it, or
remove hardcoded tables for sinewin entirely, instead of leaving them
half-baked, or add 120 and 960 to hardcoded tables generation?

- Hendrik


More information about the ffmpeg-devel mailing list