diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-12-02 16:39:41 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-12-20 13:03:41 +0100 |
commit | 34de47aa35a39ddcf085b28f7c99f8de8f6c3c9c (patch) | |
tree | 6fa12b45581760fcfea8c9b6504fff00cdd2963d /doc/APIchanges | |
parent | 238edd2fe33da8281b3774196c3de503ea64b745 (diff) | |
download | ffmpeg-34de47aa35a39ddcf085b28f7c99f8de8f6c3c9c.tar.gz |
lavfi: add an accessor for ref->audio->channels.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
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. |