summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-12 15:15:07 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-16 10:51:32 +0100
commita4c5d241ec215cfa680c5fa706377e40d18e8040 (patch)
tree6fde470d7a942e31d83e693db0e9e60d3190425f /doc
parentb731fb5104d06ddbfa6e61ea9451ba77c1c22bce (diff)
downloadffmpeg-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/APIchanges1
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,