summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-03-23 15:36:22 -0300
committerJames Almer <jamrial@gmail.com>2021-04-07 09:51:44 -0300
commit557953a397dfdd9c7a3d8c2f60d1204599e3d3ac (patch)
tree5f116dae965937ecd41358e35c92f500b4de6eb7 /doc
parentc06465a70bd6e3a746f670e1d46d850d9233bfde (diff)
avformat/utils: add helper functions to retrieve index entries from an AVStream
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index b41dadee8d..9dfcc97d5c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2021-04-06 - xxxxxxxxxx - lavf 58.78.100 - avformat.h
+ Add avformat_index_get_entries_count(), avformat_index_get_entry(),
+ and avformat_index_get_entry_from_timestamp().
+
2021-03-21 - xxxxxxxxxx - lavu 56.72.100 - frame.h
Deprecated av_get_colorspace_name().
Use av_color_space_name() instead.