From 2cccab96f6f2870c77a5940be49c28d4b3d82bc7 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 9 Jun 2021 15:04:48 -0300 Subject: avformat: make AVStream.pts_wrap_bits public It can be useful to library users, and is currently being used by ffmpeg.c Suggested-by: Hendrik Leppkes Signed-off-by: James Almer --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 55171311ed..06493763b3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-06-09 - xxxxxxxxxx - lavf 59.3.100 - avformat.h + Add pts_wrap_bits to AVStream + 2021-xx-xx - xxxxxxxxxx - lavc 59.1.100 - avcodec.h codec.h Move av_get_profile_name() from avcodec.h to codec.h. -- cgit v1.2.3