summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-28 08:59:13 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-11 20:43:47 +0200
commit7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa (patch)
treeffc4b54bef0847a945ec4aa2cd834015b7035bc7 /doc/APIchanges
parent7cdd737ba81b5c2c9521c4509edf0ac315fabc65 (diff)
lavfi: add a function for counting elements in AVFilterPad arrays.
The caller needs to know what valid indices can be passed to avfilter_pad_get_name/type.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 87a472b679..106f9126ca 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -23,6 +23,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