diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-03 23:35:01 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-06 13:27:52 +0100 |
commit | 49707b05900547978c9a057e1daea508fff205a0 (patch) | |
tree | fa97924bd7419fb2cd8ca2b35036372e46b61dc4 /doc/APIchanges | |
parent | d65908c3d416e331e075c3a5ffe7bc670112a018 (diff) | |
download | ffmpeg-49707b05900547978c9a057e1daea508fff205a0.tar.gz |
avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method()
Forgotten in b7785d10b00c88029d8af7dbddac09ab0d6f2b7f.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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 523945e511..815439e835 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2024-03-06 - xxxxxxxxxx - lavf 60.25.100 - avformat.h + Deprecate av_fmt_ctx_get_duration_estimation_method(). + The relevant field is public and needs no getter to access. + 2024-03-05 - xxxxxxxxxx - lavf 60.24.100 - avformat.h Add avformat_stream_group_name(). |