summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-06-09 15:04:48 -0300
committerJames Almer <jamrial@gmail.com>2021-06-10 18:37:26 -0300
commit2cccab96f6f2870c77a5940be49c28d4b3d82bc7 (patch)
tree5624420f8a56356bfdf23afb8df3288b350fe9a0 /doc
parent58c908cf9419ab79c7afa3c29197bcf1533f4028 (diff)
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 <h.leppkes@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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.