summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2019-12-06 11:01:11 +0100
committerMarton Balint <cus@passwd.hu>2019-12-15 00:23:01 +0100
commit6498522befb21974061cb38ece90b482bd0d2b16 (patch)
tree6d174ab131ffc6e8577d48505affbbf3508d402a /libavfilter/version.h
parent28b5dc6199ed7b4f62e345865fe28142b9cbf9e0 (diff)
avfilter/vf_tinterlace: add support for bypassing already interlaced frames
The old interlace filter worked this way before it was merged with tinterlace. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index a3625006af..715be58065 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 7
#define LIBAVFILTER_VERSION_MINOR 68
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \