diff options
author | Nicolas George <george@nsup.org> | 2015-09-24 10:06:26 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2015-12-22 16:04:22 +0100 |
commit | 39a09e995d32d16e4f8c87a6ff5273cb9d98146e (patch) | |
tree | 23cde3120514e7953b938471377d04f833e6a9e3 /doc/APIchanges | |
parent | b8b7d5ac6c793b12db2c90627a136766852593cb (diff) | |
download | ffmpeg-39a09e995d32d16e4f8c87a6ff5273cb9d98146e.tar.gz |
lavfi: deprecate avfilter_link_set_closed().
Applications are not supposed to mess with links,
they should close the sinks.
Furthermore, this function does not distinguish what end
of the link caused the close and does not have a timestamp.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index fb15411e6c..013e870b67 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,12 @@ libavutil: 2015-08-28 API changes, most recent first: + +2015-12-22 - xxxxxxx - lavfi 6.21.101 - avfilter.h + Deprecate avfilter_link_set_closed(). + Applications are not supposed to mess with links, + they should close the sinks. + 2015-12-17 - lavc 57.18.100 / 57.11.0 - avcodec.h dirac.h xxxxxxx - Add av_packet_add_side_data(). xxxxxxx - Add AVCodecContext.coded_side_data. |