summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-12 14:50:00 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-16 10:51:32 +0100
commited75a08d36c011db152d89e2c23b2dab55331d93 (patch)
treeb0bbebd307b88e4d7db7f4c7f5f8111c2fe2fe29 /doc
parent85433fb937f8ef69077a05a03c347ada46281282 (diff)
lavf: add an AVClass to AVStream on next major bump
Also add a function to retrieve that class, analogously to avformat_get_class(). This will be useful for adding an AVOption for dispositions.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 10bad1d21e..a86f4b936e 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,10 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-11-xx - xxxxxxxxxx - lavf 59.9.100 - avformat.h
+ Add av_stream_get_class(). Schedule adding AVStream.av_class at libavformat
+ major version 60.
+
2021-11-12 - xxxxxxxxxx - lavu 57.8.100 - hwcontext_vulkan.h
Added AVFrame.sem_value, AVVulkanDeviceContext.queue_family_encode_index,
nb_encode_queues, queue_family_decode_index, and nb_decode_queues.