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
This commit is contained in:
Anton Khirnov
2023-05-05 15:17:37 +02:00
parent 78e84c054a
commit 70433abf7f
4 changed files with 22 additions and 5 deletions
+3
View File
@@ -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.