diff options
author | James Almer <jamrial@gmail.com> | 2018-01-05 17:49:09 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-01-06 11:01:16 -0300 |
commit | b2c42fc6dc3502a8b6cae441c54d898972a51cff (patch) | |
tree | 393d3dec87478b372b1287b00ace716f49107f7a /doc/APIchanges | |
parent | 50b3cd22dd70658b39abd0ced31b495d4d0a4b1b (diff) | |
download | ffmpeg-b2c42fc6dc3502a8b6cae441c54d898972a51cff.tar.gz |
avfilter: deprecate avfilter_link_get_channels()
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 38c1be61c7..d66c842521 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-01-xx - xxxxxxx - lavfi 7.11.101 - avfilter.h + Deprecate avfilter_link_get_channels(). Use av_buffersink_get_channels(). + 2017-xx-xx - xxxxxxx - lavr 4.0.0 - avresample.h Deprecate the entire library. Merged years ago to provide compatibility with Libav, it remained unmaintained by the FFmpeg project and duplicated |