lavc/packet: add API for an AVPacket-based AVContainerFifo

This commit is contained in:
Anton Khirnov
2024-12-11 07:57:22 +01:00
parent 2e956d9c0f
commit 2ac34d0854
4 changed files with 44 additions and 1 deletions

View File

@@ -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.