Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-04-12 02:02:30 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-04-13 02:13:30 +0400
commit162e4004643c929a8a799f4362c68bef5a53ba50 (patch)
tree52f8d376c25a54250f7a2cdbbc74d9a3b2fce3c1 /doc
parent4561feb4bfa6891be17761ac6ce6d6f9fd8f1858 (diff)
lavfi: install asrc_abuffer.h header
The header is part of the public API, in particular is used by doc/examples/filtering_audio.c.
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 991630969e..9a58117cff 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-04-12 - xxxxxxx - lavfi 2.68.100
+ Install libavfilter/asrc_abuffer.h public header.
+
2012-03-26 - a67d9cf - lavfi 2.66.100
Add avfilter_fill_frame_from_{audio_,}buffer_ref() functions.