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:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user