lavf: add public functions converting dispositions to/from strings

This commit is contained in:
Anton Khirnov 2021-11-11 14:35:13 +01:00
parent ed75a08d36
commit b731fb5104
3 changed files with 62 additions and 0 deletions

View file

@ -17,6 +17,7 @@ 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.
Add av_disposition_to_string() and av_disposition_from_string().
2021-11-12 - xxxxxxxxxx - lavu 57.8.100 - hwcontext_vulkan.h
Added AVFrame.sem_value, AVVulkanDeviceContext.queue_family_encode_index,