aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-06 22:47:24 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-12 09:20:13 +0200
commitfa4bf5793a0aa85a031a729fc8de7412f85b0c10 (patch)
tree698bd8e373a10dd90e2a55d10844bba41aee9702 /doc/APIchanges
parent9bf31f60960999b54a41755ed831304ce1f87fee (diff)
downloadffmpeg-fa4bf5793a0aa85a031a729fc8de7412f85b0c10.tar.gz
avutil/audio_fifo: Constify some pointees
Also constify AVAudioFifo* in the peek functions besides constifying intermediate pointers (void**->void * const *). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ce583c6473..030e219b80 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:
+2023-09-07 - xxxxxxxxxx - lavu 58.22.100 - audio_fifo.h
+ Constify some pointees in av_audio_fifo_write(), av_audio_fifo_read(),
+ av_audio_fifo_peek() and av_audio_fifo_peek_at().
+
2023-09-07 - xxxxxxxxxx - lavu 58.21.100 - samplefmt.h
Constify some pointees in av_samples_copy() and av_samples_set_silence().