diff options
author | Thomas Mundt <loudmax@yahoo.de> | 2016-02-08 01:00:42 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-18 13:12:48 +0100 |
commit | da94d619f6419aa5feca2cd1eac868a5711d47eb (patch) | |
tree | 4a69b17497ef299505df1ed98fe7168aea6f87a1 /libavfilter/version.h | |
parent | 08acab85d3421d4bd4cd278447b9ff578c8a2ac4 (diff) | |
download | ffmpeg-da94d619f6419aa5feca2cd1eac868a5711d47eb.tar.gz |
avfilter: add BobWeaver deinterlacing 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 7dc1033a42..4a462e7097 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 6 -#define LIBAVFILTER_VERSION_MINOR 33 +#define LIBAVFILTER_VERSION_MINOR 34 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |