diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-12-11 07:57:22 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-12-15 14:05:33 +0100 |
commit | 2ac34d085427a65a9724dda475f5971d005ee29d (patch) | |
tree | 48408dd0d83e732af0bf2d392c67e941e5616089 /doc/APIchanges | |
parent | 2e956d9c0f98a9b6fe1a0a3a858ab6d1fa4ec500 (diff) | |
download | ffmpeg-2ac34d085427a65a9724dda475f5971d005ee29d.tar.gz |
lavc/packet: add API for an AVPacket-based AVContainerFifo
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 c3dab7fbcf..5c7e82d84f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-12-15 - xxxxxxxxxx - lavc 61.27.100 packet.h + Add av_container_fifo_alloc_avpacket(). + 2024-12-15 - xxxxxxxxxx - lavu 59.51.100 - refstruct.h container_fifo.h Add a new public header refstruct.h with new API for reference-counted objects. |