lavu/avframe: add a time_base field

This adds a time_base field to AVFrame, as an analogue to the
AVPacket.time_base field.
This commit is contained in:
Lynne
2021-11-25 18:26:20 +01:00
parent 03ab1de429
commit b236ef0a59
4 changed files with 14 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
2021-12-03 - xxxxxxxxxx - lavu 57.10.100 - frame.h
Add AVFrame.time_base
2021-11-22 - xxxxxxxxxx - lavu 57.9.100 - pixfmt.h
Add AV_PIX_FMT_P210, AV_PIX_FMT_P410, AV_PIX_FMT_P216, and AV_PIX_FMT_P416.