diff options
author | Stefano Sabatini | 2012-07-30 16:00:05 +0200 |
---|---|---|
committer | Stefano Sabatini | 2012-11-13 12:15:27 +0100 |
commit | 794566520018d65ae0678b3928fe78d5ed7a8004 (patch) | |
tree | 0879db4474c575f029c6f92f4cb9136aaf1888d5 /doc | |
parent | 9d2a7c04812ae6f3db2e58570242a15ff25a335a (diff) |
lavfi: store and propagate number of channels information in audio buffer properties
The channels field is required since the channel layout is not always
available.
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 307e303499..2a8c631ec5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2012-11-13 - xxxxxxx - lavfi 3.23.100 - avfilter.h + Add channels field to AVFilterBufferRefAudioProps. + 2012-11-02 - xxxxxxx - lavu 52.4.100 - opt.h Add av_opt_get_key_value(). |