diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-11-12 15:15:07 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-11-16 10:51:32 +0100 |
commit | a4c5d241ec215cfa680c5fa706377e40d18e8040 (patch) | |
tree | 6fde470d7a942e31d83e693db0e9e60d3190425f /doc | |
parent | b731fb5104d06ddbfa6e61ea9451ba77c1c22bce (diff) | |
download | ffmpeg-a4c5d241ec215cfa680c5fa706377e40d18e8040.tar.gz |
lavf: add "disposition" AVOption to AVStream AVClass
Use it to remove custom disposition parsing code from ffmpeg.c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 53f229d41a..ad57ae29d6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -18,6 +18,7 @@ API changes, most recent first: 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(). + Add "disposition" AVOption to AVStream's class. 2021-11-12 - xxxxxxxxxx - lavu 57.8.100 - hwcontext_vulkan.h Added AVFrame.sem_value, AVVulkanDeviceContext.queue_family_encode_index, |