From 43d3b61abeb7bf35dfbe33f790c1cca0b628c97f Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Fri, 29 Jun 2018 00:03:04 +0200 Subject: avfilter/f_cue: add cue and acue filters To delay filtering until a given wallclock timestamp. Signed-off-by: Marton Balint --- 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 2ff2b6a318..ef982339d7 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 27 +#define LIBAVFILTER_VERSION_MINOR 28 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ -- cgit v1.2.3