mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
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.
This commit is contained in:
parent
b8b7d5ac6c
commit
39a09e995d
3 changed files with 10 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue