avresample: Add avresample_get_out_samples

Utility function to get the upper bound on the number of samples the
resampler would output.
This commit is contained in:
Luca Barbato
2014-04-30 19:56:05 +02:00
parent c94e2e85cb
commit b2d4565422
4 changed files with 42 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVRESAMPLE_VERSION_MAJOR 1
#define LIBAVRESAMPLE_VERSION_MINOR 2
#define LIBAVRESAMPLE_VERSION_MINOR 3
#define LIBAVRESAMPLE_VERSION_MICRO 0
#define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \