diff options
author | James Almer <jamrial@gmail.com> | 2018-02-07 17:05:01 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-02-07 17:06:04 -0300 |
commit | 3f0a41367eb9180ab6d22d43ad42b9bd85a26df0 (patch) | |
tree | ae047a90e98f8b83ca18fc0006dec5f6cb36ba2f /doc | |
parent | 9d8fb095e6f886cf0fd377cfb416b00ff1e24bd1 (diff) | |
download | ffmpeg-3f0a41367eb9180ab6d22d43ad42b9bd85a26df0.tar.gz |
doc/APIchanges: mention a few more recently introduced and deprecated functions
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 21a2cca709..91f41a5020 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -26,8 +26,9 @@ API changes, most recent first: Add av_demuxer_iterate(), and av_muxer_iterate(). 2018-xx-xx - xxxxxxx - lavc 58.10.100 - avcodec.h - Deprecate use of avcodec_register(), avcodec_register_all(), and - av_codec_next(). Add av_codec_iterate(). + Deprecate use of avcodec_register(), avcodec_register_all(), + av_codec_next(), av_register_codec_parser(), and av_parser_next(). + Add av_codec_iterate() and av_parser_iterate(). 2018-02-xx - xxxxxxx - lavf 58.8.100 - avformat.h Deprecate the current names of the RTSP "timeout", "stimeout", "user-agent" |