Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-04-30 21:56:05 +0400
committerLuca Barbato <lu_zero@gentoo.org>2014-05-29 00:04:56 +0400
commitb2d45654220503224aa94e78cdff19ec624e9342 (patch)
tree7aa8f0cd4eed0bef5865ea8b58c0267ac89032ec /libavresample/version.h
parentc94e2e85cb6af8a570d8542a830556243bd32873 (diff)
avresample: Add avresample_get_out_samples
Utility function to get the upper bound on the number of samples the resampler would output.
Diffstat (limited to 'libavresample/version.h')
-rw-r--r--libavresample/version.h2
1 files changed, 1 insertions, 1 deletions
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, \