libavutil: add utility functions to simplify allocation of audio buffers.

Based on code by Stefano Sabatini.
This commit is contained in:
Justin Ruggles
2011-11-12 15:43:43 -05:00
parent 8889cc4f5b
commit bbb46f3ec7
4 changed files with 123 additions and 1 deletions

View File

@ -13,6 +13,10 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-xx-xx - xxxxxxx - lavu 51.18.0
Add av_samples_get_buffer_size(), av_samples_fill_arrays(), and
av_samples_alloc(), to samplefmt.h.
2011-xx-xx - xxxxxxx - lavu 51.17.0
Add planar sample formats and av_sample_fmt_is_planar() to samplefmt.h.