summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-05-05 15:17:37 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-15 10:31:55 +0200
commit70433abf7fbc978b5fa0d06951d61ac18ac335f8 (patch)
tree7f8bdb5eda69dded2bf470575a70bcfb8b06496c /doc
parent78e84c054a2a04edeea25e9ee54d0fb172cd7053 (diff)
downloadffmpeg-70433abf7fbc978b5fa0d06951d61ac18ac335f8.tar.gz
lavc/codec_desc: add a property for codecs that support field coding
Multiple places currently use AVCodecContext.ticks_per_frame > 1 to identify such codecs, which * requires a codec context * requires it to be open
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a37fe1bb8e..b048646283 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-05-xx - xxxxxxxxxx - lavc 60.12.100 - codec_desc.h
+ Add AV_CODEC_PROP_FIELDS.
+
2023-05-xx - xxxxxxxxxx - lavc 60 - codec.h
Depreate AV_CODEC_CAP_SUBFRAMES without replacement.