diff options
author | wm4 <nfxjfg@googlemail.com> | 2018-01-15 13:09:31 +0100 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2018-01-16 12:54:53 +0100 |
commit | 6512ff72f9cc058e27646604caeacc4ef0dbd93e (patch) | |
tree | f9c0e23ec334b9d74da60738e39160c8f0eefb13 /doc/APIchanges | |
parent | 83e34ae3c2b36e7b20169a8866e3f49294db1f5a (diff) | |
download | ffmpeg-6512ff72f9cc058e27646604caeacc4ef0dbd93e.tar.gz |
avformat: deprecate another ffserver API leftover
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d66c842521..0184815224 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-01-xx - xxxxxxx - lavf 58.4.100 - avformat.h + Deprecate AVStream.recommended_encoder_configuration. It was useful only for + FFserver, which has been removed. + 2018-01-xx - xxxxxxx - lavfi 7.11.101 - avfilter.h Deprecate avfilter_link_get_channels(). Use av_buffersink_get_channels(). |