diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-10-15 22:37:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-12-15 14:03:47 +0100 |
commit | 56ba57b6725116d4439f672f92ad70b766ea198a (patch) | |
tree | 1dec4d7e290f7f84f2c9e4b4d7cd3cf0ca059790 /doc/APIchanges | |
parent | 183c59b4738c20e65ffe63b456c6f7bb0d5caf5b (diff) | |
download | ffmpeg-56ba57b6725116d4439f672f92ad70b766ea198a.tar.gz |
lavc/refstruct: move to lavu and make public
It is highly versatile and generally useful.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3a75b803a9..f01e5bf7bf 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-12-15 - xxxxxxxxxx - lavu 59.51.100 - refstruct.h + Add a new public header refstruct.h with new API for + reference-counted objects. + 2024-12-13 - xxxxxxxxxx - lavu 59.50.100 - channel_layout.h Add AV_CH_LAYOUT_9POINT1POINT6 and AV_CHANNEL_LAYOUT_9POINT1POINT6. |