diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-04-13 00:09:47 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-13 00:14:06 +0200 |
commit | 5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4 (patch) | |
tree | 67959cf74fb4cd889fd3c9c65f9bd2376039bd88 /libavfilter/version.h | |
parent | b7a7830dd41fa68c1b1143f4d94501f4648fa373 (diff) | |
download | ffmpeg-5eeecde859ebfa384fbe3c8a1aa62a6b8f6c58e4.tar.gz |
lavfi/mp: remove 2xsai wrapped filter
It was ported to a native libavfilter filter.
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 1179f3fdf5..7df43a3915 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MINOR 69 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |