summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-04-30 19:56:05 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-05-28 22:04:56 +0200
commitb2d45654220503224aa94e78cdff19ec624e9342 (patch)
tree7aa8f0cd4eed0bef5865ea8b58c0267ac89032ec /doc
parentc94e2e85cb6af8a570d8542a830556243bd32873 (diff)
avresample: Add avresample_get_out_samples
Utility function to get the upper bound on the number of samples the resampler would output.
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 c77a6070c8..279cf66527 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
+2014-04-xx - xxxxxxx - lavr 1.3.0 - avresample.h
+ Add avresample_max_output_samples
+
2014-05-24 - xxxxxxx - lavf 55.19.0 - avformat.h
Add strict_std_compliance and related AVOptions to support experimental
muxing.