diff options
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/fft_altivec_s.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/ppc/fft_altivec_s.S b/libavcodec/ppc/fft_altivec_s.S index d17d033bab..5d3c5406c3 100644 --- a/libavcodec/ppc/fft_altivec_s.S +++ b/libavcodec/ppc/fft_altivec_s.S @@ -2,6 +2,9 @@ * FFT transform with Altivec optimizations * Copyright (c) 2009 Loren Merritt * + * This algorithm (though not any of the implementation details) is + * based on libdjbfft by D. J. Bernstein. + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or |