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:
authorStefano Sabatini <stefasab@gmail.com>2012-08-16 21:04:26 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-08-18 14:13:34 +0400
commit48d116400cb321dd045bcf6836d1270b1d2b6f74 (patch)
treeb30fcfe66f2b644674c50cf6c61c041f1b54cb1c /libavfilter/version.h
parent7cd5fa35fecc2717223459d04822faed6bbd40fa (diff)
lavfi: add framestep filter
This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele Forghieri. Only-keyframe output is not supported, since that feature can be achieved through the more versatile select filter.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 711015604e..01f1189688 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 10
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 11
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \