summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-07 21:56:45 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-07 21:56:45 +0000
commitc70948315b2108d5d082cafe580cb6317edb82be (patch)
tree37e8528e5dabc3c43fd9063cbdeaa021a467750a /doc
parent41ea18fb0db3c22943458e23d604158f2c95d4ca (diff)
Create a public API for FFT family of functions
Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 769bb380ee..91f89aab94 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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().