Re: [FFmpeg-devel] [PATCH 2/3] fft: add ff_ prefix to some global arrays.

2014-08-29 Thread Michael Niedermayer
On Fri, Aug 29, 2014 at 06:33:00PM +0200, Reimar Döffinger wrote: > Signed-off-by: Reimar Döffinger > --- > libavcodec/fft_init_table.c | 4 ++-- > libavcodec/fft_table.h | 4 ++-- > libavcodec/fft_template.c | 12 ++-- > 3 files changed, 10 insertions(+), 10 deletions(-) this b

[FFmpeg-devel] [PATCH 2/3] fft: add ff_ prefix to some global arrays.

2014-08-29 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavcodec/fft_init_table.c | 4 ++-- libavcodec/fft_table.h | 4 ++-- libavcodec/fft_template.c | 12 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libavcodec/fft_init_table.c b/libavcodec/fft_init_table.c index 4e8b082