diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-12 14:25:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-12 14:25:27 +0200 |
commit | 46de9ba5981531dcbfe05943448bebc5569fb3df (patch) | |
tree | b87bb41229a7cf9cfea78b1973a6db121f60b9f4 /doc | |
parent | 6b5ec762830d2984da8d5cc4e3edd20899b9f45a (diff) | |
parent | 1ba95a9cca57b023b9b9de071a5671fc05b05e58 (diff) | |
download | ffmpeg-46de9ba5981531dcbfe05943448bebc5569fb3df.tar.gz |
Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'
* commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58':
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
Conflicts:
libavfilter/avfilter.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 48d791951a..40af3655d7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -168,6 +168,7 @@ API changes, most recent first: Add AVFilterContext.graph pointing to the AVFilterGraph that contains the filter. Add avfilter_init_str(), deprecate avfilter_init_filter(). + Add avfilter_init_dict(). 2013-xx-xx - lavfi 3.7.0 - avfilter.h Add AVFilter.priv_class for exporting filter options through the AVOptions API |