lavfi: add an accessor for ref->audio->channels.

This commit is contained in:
Nicolas George 2012-12-02 16:39:41 +01:00
parent 238edd2fe3
commit 34de47aa35
4 changed files with 17 additions and 3 deletions

View file

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