From 70433abf7fbc978b5fa0d06951d61ac18ac335f8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 5 May 2023 15:17:37 +0200 Subject: 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 --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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. -- cgit v1.2.1