diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-28 08:51:36 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 20:42:41 +0200 |
commit | 7cdd737ba81b5c2c9521c4509edf0ac315fabc65 (patch) | |
tree | d8947361ed1e2ca37eeca1bd86836769a66fa82c /doc | |
parent | 1ba95a9cca57b023b9b9de071a5671fc05b05e58 (diff) | |
download | ffmpeg-7cdd737ba81b5c2c9521c4509edf0ac315fabc65.tar.gz |
lavfi: mark filters with dynamic number of inputs or outputs with special flags
This will be useful in avtools in the following commits.
Any other caller might also want to know this information.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 35c49f6ddd..87a472b679 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -22,6 +22,7 @@ API changes, most recent first: filter. Add avfilter_init_str(), deprecate avfilter_init_filter(). Add avfilter_init_dict(). + Add AVFilter.flags field and AVFILTER_FLAG_DYNAMIC_{INPUTS,OUTPUTS} flags. 2013-xx-xx - lavfi 3.7.0 - avfilter.h Add AVFilter.priv_class for exporting filter options through the AVOptions API |