aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-08-29 10:56:42 +0200
committerAnton Khirnov <anton@khirnov.net>2023-09-18 17:10:59 +0200
commit85e075587dcca5e07c89b5c2f1081d773ce4d997 (patch)
tree06901b64564f4c4d4e78ce9b4585297de91f0426 /doc/APIchanges
parent9b454fdaef413edfc8e0473569462271a64c59fb (diff)
downloadffmpeg-85e075587dcca5e07c89b5c2f1081d773ce4d997.tar.gz
lavf: deprecate AVFMT_FLAG_SHORTEST
It was added in cb114ed4640 with the comment "This will allow fixing several bugs with the -shortest option". Since * there is no explanation of what these bugs are * libavformat is not the place to work around ffmpeg CLI bugs * there is no indication that this feature is actually in use deprecate it without replacement.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index be2c8c65e1..d818a0514e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-09-xx - xxxxxxxxxx - lavf 60 - avformat.h
+ Deprecate AVFMT_FLAG_SHORTEST without replacement.
+
2023-09-07 - xxxxxxxxxx - lavu 58.24.100 - imgutils.h
Add av_image_copy2(), a wrapper around the av_image_copy()
to overcome limitations of automatic conversions.