diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-18 21:27:35 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-23 17:07:54 -0500 |
commit | 9f1223562e134bac6345a465870b9d56ff7d60cf (patch) | |
tree | 4ef2f17b321900ee9a608831ab252c16d9f215d4 /doc | |
parent | d7c450436fcb9d3ecf59884a574e7684183e753d (diff) | |
download | ffmpeg-9f1223562e134bac6345a465870b9d56ff7d60cf.tar.gz |
lavfi: connect libavresample options to af_resample via AVFilterGraph
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 71fb0206d6..b58f4da522 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-xx-xx - xxxxxxx - lavfi 3.4.0 - avfiltergraph.h + Add resample_lavr_opts to AVFilterGraph for setting libavresample options + for auto-inserted resample filters. + 2013-xx-xx - xxxxxxx - lavu 52.7.0 - dict.h Add av_dict_parse_string() to set multiple key/value pairs at once from a string. |