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:
authorNicolas George <nicolas.george@normalesup.org>2012-12-02 19:39:41 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-12-20 16:03:41 +0400
commit34de47aa35a39ddcf085b28f7c99f8de8f6c3c9c (patch)
tree6fa12b45581760fcfea8c9b6504fff00cdd2963d /doc
parent238edd2fe33da8281b3774196c3de503ea64b745 (diff)
lavfi: add an accessor for ref->audio->channels.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 355b22aa78..b463749eba 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2012-10-22
API changes, most recent first:
+2012-12-20 - xxxxxxx - lavfi 3.28.100 - avfilter.h
+ Add AVFilterLink.channels, avfilter_link_get_channels()
+ and avfilter_ref_get_channels().
+
2012-12-15 - 2ada584d - lavc 54.80.100 - avcodec.h
Add pkt_size field to AVFrame.