From 3fb8e77a8dff489026448af0245d4db43fb0b868 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 10 Jan 2010 13:39:56 +0000 Subject: Add a log context to avfilter_graph_config_links(). Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index ddf13c3bad..8f12d7d1d5 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,8 +25,8 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 14 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MINOR 15 +#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ -- cgit v1.2.3