summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-06-10 23:34:30 +0800
committerLimin Wang <lance.lmwang@gmail.com>2020-06-11 13:06:31 +0800
commitbc8ab084fb07419b7cb13b460460b1ae8facf1d1 (patch)
tree0be322e9097fb48147fb00758c27e6cfd98592a4 /doc/APIchanges
parent3ac2f7ccd7ab4e616a912dabc8786e3852540fed (diff)
avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data type
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 21b448ae83..817aa485a5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-06-xx - xxxxxxxxxx - lavu 56.54.100 - frame.h
+ Add AV_FRAME_DATA_SEI_UNREGISTERED.
+
2020-06-xx - xxxxxxxxxx - lavu 56.53.100 - log.h opt.h
Add av_opt_child_class_iterate() and AVClass.child_class_iterate().
Deprecate av_opt_child_class_next() and AVClass.child_class_next().