From 8134fafe9bdda58e24a9574c251ed3a9b5809c51 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 7 May 2012 07:15:06 +0200 Subject: lavfi: uninline avfilter_copy_buffer_ref_props(). A nontrivial public function such as this should most certainly NOT be inline. --- 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 5d646e4f86..718ed7812e 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MINOR 16 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ -- cgit v1.2.3