summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-14 14:39:45 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-18 11:43:01 +0100
commita54a51cc9bdd0596fd205db1db826d7e9d509541 (patch)
tree11becc6898fa13126f7502aacf928299a777a970 /doc/APIchanges
parentbb5e1482992ddcbdae5f4aee8e62fafbf37a239f (diff)
avutil/float_dsp: add avpriv_float_dsp_alloc()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 79cccd2797..ff444687db 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2014-11-18 - xxxxxxx - lavu 54.14.100 - float_dsp.h
+ Add avpriv_float_dsp_alloc().
+
2014-11-16 - xxxxxxx - lavf 56.13.0 - avformat.h
Add AVStream.recommended_encoder_configuration with accessors.