diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-01 23:21:42 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-01 23:21:42 +0000 |
commit | 588d28ac0866c8e9acb436c1c752de4c6de0d21e (patch) | |
tree | 2a8e9098ec7f4ea499d9498c6bcc24004aea92ac /libavcodec/ppc | |
parent | bf7ba153729e2ea645cd6cc1150514137037923c (diff) | |
download | ffmpeg-588d28ac0866c8e9acb436c1c752de4c6de0d21e.tar.gz |
Remove vestiges of radix-2 FFT
Patch (mostly) by Loren Merritt
Originally committed as revision 23957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/fft_altivec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ppc/fft_altivec.c b/libavcodec/ppc/fft_altivec.c index 3f622c3aba..fa3f7a0041 100644 --- a/libavcodec/ppc/fft_altivec.c +++ b/libavcodec/ppc/fft_altivec.c @@ -91,5 +91,4 @@ av_cold void ff_fft_init_altivec(FFTContext *s) { if (HAVE_GNU_AS) s->fft_calc = ff_fft_calc_altivec; - s->split_radix = 1; } |