From dbd4254a614012ca36d75800eb9a7525742a6144 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 2 Nov 2020 18:54:30 -0300 Subject: [PATCH] doc/APIchanges: add missing marker for release 4.3 Signed-off-by: James Almer --- doc/APIchanges | 2 ++ 1 file changed, 2 insertions(+) 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.