summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-12-31 14:12:01 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-01-01 16:16:50 +0100
commit42a8ac94d9481a5ab7e016d3621d265e3e1364d3 (patch)
tree521249fcb5e1e917ce1befc8903eb3a82815fe3d /libavfilter/avfilter.h
parent8dc973e6d1442e6427dfcb9817f9d15695555465 (diff)
vf_tinterlace: implement interlace mode 5
Allow creating interlaced bottom field first video.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 2ab23877ab..d88d3aba02 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 57
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \