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

2014-08-31 Thread Reimar Döffinger
On Sat, Aug 30, 2014 at 04:43:39PM +0200, Reimar Döffinger wrote: > Signed-off-by: Reimar Döffinger Patchset pushed, thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2014-08-30 Thread Michael Niedermayer
On Sat, Aug 30, 2014 at 04:43:39PM +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 ++-- > libavcodec/mips/fft_mips.c | 8 > 4 files chang

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

2014-08-30 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 ++-- libavcodec/mips/fft_mips.c | 8 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libavcodec/fft_init_table.c