diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-25 20:08:49 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-22 20:52:36 +0100 |
commit | 7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 (patch) | |
tree | b41573619b81384d2d73e2ad67a1b9e036a2a073 /doc | |
parent | d922c5a5fbaf0b6c73bd8c81ae059bc6e406961c (diff) | |
download | ffmpeg-streaming-7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731.zip ffmpeg-streaming-7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731.tar.gz |
lavr: add a function for checking whether AVAudioResampleContext is open
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 d8f5f51..ec311a5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-02-xx - xxxxxxx - lavr 1.2.0 - avresample.h + Add avresample_is_open() for checking whether a resample context is open. + 2014-xx-xx - xxxxxxx - lavu 53.04.0 - opt.h Add AV_OPT_FLAG_EXPORT and AV_OPT_FLAG_READONLY to mark options meant (only) for reading. |