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.
This commit is contained in:
Anton Khirnov
2021-11-12 14:50:00 +01:00
parent 85433fb937
commit ed75a08d36
4 changed files with 36 additions and 1 deletions

View File

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