summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-15 07:32:05 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-20 13:19:59 +0200
commit7c5f998196d101a661d802aa48dd62dd93d1fb3d (patch)
tree21ce867a770061faab5cfb9ea82321611e813676 /doc
parent8be701d9f7f77ff2282cc7fe6e0791ca5419de70 (diff)
avfilter/avfilter: Add avfilter_filter_pad_count()
It is intended as replacement for avfilter_pad_count(). In contrast to the latter, it avoids a loop. Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.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 393ae68fa7..72c5fae125 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2021-08-20 - xxxxxxxxxx - lavfi 8.3.100 - avfilter.H
+ Add avfilter_filter_pad_count() as a replacement for avfilter_pad_count().
+
2021-08-17 - xxxxxxxxxx - lavu 57.4.101 - opt.h
av_opt_copy() now guarantees that allocated src and dst options
don't alias each other even on error.