lavc/codec_par: add AVCodecParameters.framerate

This corresponds to AVCodecContext.framerate.
This commit is contained in:
Anton Khirnov 2023-05-01 13:35:18 +02:00
parent 55ea1da1c0
commit c2ae8e30b7
4 changed files with 19 additions and 1 deletions

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.11.100 - codec_par.h
Add AVCodecParameters.framerate.
2023-05-04 - xxxxxxxxxx - lavu 58.7.100 - frame.h
Deprecate AVFrame.interlaced_frame, AVFrame.top_field_first, and
AVFrame.key_frame.