From b2d45654220503224aa94e78cdff19ec624e9342 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 30 Apr 2014 19:56:05 +0200 Subject: avresample: Add avresample_get_out_samples Utility function to get the upper bound on the number of samples the resampler would output. --- libavresample/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavresample/version.h') diff --git a/libavresample/version.h b/libavresample/version.h index ca836e4a56..e74087165b 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -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, \ -- cgit v1.2.3