diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-02 17:45:33 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-03 00:41:32 +0200 |
commit | e977ca2645cc6b23589ddf97ab08861064ba8792 (patch) | |
tree | 6e78c502176ac72bf4649d2bbc894d3963486365 /doc | |
parent | b932eb1be62b47b29969667f14a207e425e79a55 (diff) | |
download | ffmpeg-e977ca2645cc6b23589ddf97ab08861064ba8792.tar.gz |
lavfi: add avfilter_link_free() function
Allow to free the buffers cached in each AVFilterLink pool.
Fix leak.
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 f88b7af7c1..937846ec62 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-06-03 - xxxxxx - lavfi 2.12.0 - avfilter_link_free() + Add avfilter_link_free() function. + 2011-05-28 - xxxxxx - lavu 51.3.0 - pixdesc.h Add av_get_pix_fmt_name() in libavutil/pixdesc.h, and deprecate avcodec_get_pix_fmt_name() in libavcodec/avcodec.h in its favor. |