summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-11-02 18:54:30 -0300
committerJames Almer <jamrial@gmail.com>2020-11-02 18:56:01 -0300
commitdbd4254a614012ca36d75800eb9a7525742a6144 (patch)
tree9029f430ce51a972705fdd5368af6d3424c86815
parent2ddd6afd30601f04becb3deab67467caebfad1a9 (diff)
doc/APIchanges: add missing marker for release 4.3
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--doc/APIchanges2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c00f103bab..b70c78a483 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -51,6 +51,8 @@ API changes, most recent first:
Add av_opt_child_class_iterate() and AVClass.child_class_iterate().
Deprecate av_opt_child_class_next() and AVClass.child_class_next().
+-------- 8< --------- FFmpeg 4.3 was cut here -------- 8< ---------
+
2020-06-05 - ec39c2276a - lavu 56.50.100 - buffer.h
Passing NULL as alloc argument to av_buffer_pool_init2() is now allowed.