summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-12 14:49:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-12 14:49:30 +0200
commitf4db6bfeb86feda2aeb98072e55b55de85ba0962 (patch)
treec18b40f04e4fc7d57650d175e521b15669297805 /doc
parent16fc24b240cafc37cd1ea402e9ab2b4cd5ba6269 (diff)
parent7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa (diff)
Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'
* commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa': lavfi: add a function for counting elements in AVFilterPad arrays. Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 8837b0db7e..3a435afe71 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -170,6 +170,7 @@ API changes, most recent first:
Add avfilter_init_str(), deprecate avfilter_init_filter().
Add avfilter_init_dict().
Add AVFilter.flags field and AVFILTER_FLAG_DYNAMIC_{INPUTS,OUTPUTS} flags.
+ Add avfilter_pad_count() for counting filter inputs/outputs.
2013-xx-xx - lavfi 3.7.0 - avfilter.h
Add AVFilter.priv_class for exporting filter options through the AVOptions API