diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-16 19:06:00 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-18 12:14:46 +0200 |
commit | dc7e4d685f9e105003da55ca0ca25e54c53eb4f3 (patch) | |
tree | a83f36de79ce5e2218d08ad288c9cb64b9914789 /libavfilter/version.h | |
parent | 48d116400cb321dd045bcf6836d1270b1d2b6f74 (diff) | |
download | ffmpeg-dc7e4d685f9e105003da55ca0ca25e54c53eb4f3.tar.gz |
lavfi/mp: remove framestep wrapped filter
An equivalent framestep filter has been natively integrated.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 01f1189688..8fd5b0c2ab 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 11 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |