Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-25 22:08:49 +0400
committerAnton Khirnov <anton@khirnov.net>2014-02-22 23:52:36 +0400
commit7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 (patch)
treeb41573619b81384d2d73e2ad67a1b9e036a2a073 /doc
parentd922c5a5fbaf0b6c73bd8c81ae059bc6e406961c (diff)
lavr: add a function for checking whether AVAudioResampleContext is open
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 d8f5f51b90..ec311a5177 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.