diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-12 00:02:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-13 00:13:30 +0200 |
commit | 162e4004643c929a8a799f4362c68bef5a53ba50 (patch) | |
tree | 52f8d376c25a54250f7a2cdbbc74d9a3b2fce3c1 /doc/APIchanges | |
parent | 4561feb4bfa6891be17761ac6ce6d6f9fd8f1858 (diff) | |
download | ffmpeg-162e4004643c929a8a799f4362c68bef5a53ba50.tar.gz |
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/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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. |