Create a public API for FFT family of functions

Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-03-07 21:56:45 +00:00
parent 41ea18fb0d
commit c70948315b
6 changed files with 244 additions and 24 deletions

View file

@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2010-03-07 - r22291 - lavc 52.56.0 - avfft.h
Add public FFT interface.
2010-03-06 - r22251 - lavu 50.11.0 - av_stristr()
Add av_stristr().