aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-18 00:02:43 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-21 00:24:44 +0100
commit1d66a122df9fd5d8400b05c74462d0082990fc01 (patch)
tree692f46d71fe10e9e0c872c201ea4fb1db1e9229c /doc/APIchanges
parentb6b33f7edd949a013ee137afa6c6b5e340ad34cc (diff)
downloadffmpeg-1d66a122df9fd5d8400b05c74462d0082990fc01.tar.gz
avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE
It used to be used with preallocated packet buffers with the old encode API, but said API is no more and therefore there is no reason for this to be public any more. So deprecate it and use an internal replacement for the encoders using it as an upper bound for the size of their headers. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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 4e94132cf0..d26110b285 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:
+2024-02-21 - xxxxxxxxxx - lavc 60.40.100 - avcodec.h
+ Deprecate AV_INPUT_BUFFER_MIN_SIZE without replacement.
+
2024-02-16 - xxxxxxxxxx - lavu 58.39.100 - pixfmt.h
Add AV_VIDEO_MAX_PLANES