diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-06 23:07:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-12 09:20:49 +0200 |
commit | 5094d1f429e58a67c542f1c5940a3de5184c35ca (patch) | |
tree | 3a182256c2a955e857485294a276938e6a33ae45 /doc/APIchanges | |
parent | fa4bf5793a0aa85a031a729fc8de7412f85b0c10 (diff) | |
download | ffmpeg-5094d1f429e58a67c542f1c5940a3de5184c35ca.tar.gz |
avutil/fifo: Constify AVFifo pointees in peek functions
They do not modify the AVFifo state.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 030e219b80..bf4fe9419e 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-07 - xxxxxxxxxx - lavu 58.23.100 - fifo.h + Constify the AVFifo pointees in av_fifo_peek() and av_fifo_peek_to_cb(). + 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(). |