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

@ -153,7 +153,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 17
#define LIBAVUTIL_VERSION_MINOR 18
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \