lavr: add a function for checking whether AVAudioResampleContext is open

This commit is contained in:
Anton Khirnov
2013-04-25 20:08:49 +02:00
parent d922c5a5fb
commit 7e86c27b4e
4 changed files with 17 additions and 1 deletions

View File

@@ -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.