From 7619a87cc8b9a1ac6ea6cf03b674f5a74b1ac90c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 23 Feb 2013 00:17:17 +0100 Subject: lavfi/volume: support volume expression and per-frame expression evaluation The eval mode allows to evaluate the expression per-frame or just at init. In particular, address ticket #3234. --- libavfilter/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/version.h') diff --git a/libavfilter/version.h b/libavfilter/version.h index 0427760096..59fef97891 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 4 #define LIBAVFILTER_VERSION_MINOR 0 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ -- cgit v1.2.3