diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-04-30 19:56:05 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-05-28 22:04:56 +0200 |
commit | b2d45654220503224aa94e78cdff19ec624e9342 (patch) | |
tree | 7aa8f0cd4eed0bef5865ea8b58c0267ac89032ec /doc | |
parent | c94e2e85cb6af8a570d8542a830556243bd32873 (diff) | |
download | ffmpeg-streaming-b2d45654220503224aa94e78cdff19ec624e9342.zip ffmpeg-streaming-b2d45654220503224aa94e78cdff19ec624e9342.tar.gz |
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/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index c77a607..279cf66 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. |