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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nagy <ronag89@gmail.com>2012-04-16 10:17:25 +0400
committerAnton Khirnov <anton@khirnov.net>2012-07-20 23:06:18 +0400
commitb70d89a033dacf53758256f875f1b23ce0ae13f1 (patch)
tree430b0d376ca386efaa49062d3d8ed2de5df44d9c /doc/APIchanges
parentce64e5bfd11ae63af0fb10317a2aea6f7501be62 (diff)
lavfi: add avfilter_unref_bufferp()
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 f936d5feda..8770b6d570 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-07-xx - xxxxxxx - lavfi 3.0.0 - avfilter.h
+ Add avfilter_unref_bufferp().
+
2012-07-10 - 5fade8a - lavu 51.37.0
Add av_malloc_array() and av_mallocz_array()