diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 01:18:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 01:23:22 +0200 |
commit | bdb2e80e88e76cc39c6d85a8f1c1712d36e18966 (patch) | |
tree | 230646af1610b055a198af67574b1d823fc50d76 /doc/APIchanges | |
parent | a8499cbbe87d00456c391f41207e1981bd7f746a (diff) | |
parent | b2d45654220503224aa94e78cdff19ec624e9342 (diff) | |
download | ffmpeg-bdb2e80e88e76cc39c6d85a8f1c1712d36e18966.tar.gz |
Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342'
* commit 'b2d45654220503224aa94e78cdff19ec624e9342':
avresample: Add avresample_get_out_samples
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index da369f4275..9c3bdf2d6d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 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. |