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
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-03 22:33:58 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-02-25 02:21:28 +0400
commitb59cd089ffd6fc976dca28649ad6c5d9f03b4569 (patch)
tree250699964f4c879b09a9bf3c653364467f252d4a /doc/APIchanges
parent5085b46496f0df5f4f7259d03f21d3f814aa28e2 (diff)
lavfi/abuffersink: add sample_rates field to AVABufferSinkParams
Allow to select sample rates.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ca52aa4eef..8535d9fe36 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-02-24 - xxxxxx - lavfi 3.41.100 - buffersink.h
+ Add sample_rates field to AVABufferSinkParams.
+
2013-01-17 - a1a707f - lavf 54.61.100
Add av_codec_get_tag2().