diff options
author | Robert Nagy <ronag89@gmail.com> | 2012-04-16 08:17:25 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-20 01:01:17 +0200 |
commit | 65fa7bc1f8c1bfacc6bdb92cdcc496aaa73d4179 (patch) | |
tree | 3ffe40dad23c7dd51b5f13b30c0aac52242d2b9e /doc | |
parent | 455fcf29b8482009d2ad13da56cd1122973dc858 (diff) | |
download | ffmpeg-65fa7bc1f8c1bfacc6bdb92cdcc496aaa73d4179.tar.gz |
lavfi: add avfilter_unref_bufferp()
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8a0e5e6ee4..ab78401488 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-04-20 - xxxxxxx - lavfi 2.70.100 + Add avfilter_unref_bufferp() to avfilter.h. + 2012-04-12 - xxxxxxx - lavfi 2.68.100 Install libavfilter/asrc_abuffer.h public header. |