aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMark Himsley <mark@mdsh.com>2011-04-10 19:18:03 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-11 00:14:21 +0200
commitaa0c515a3cfaa4718a7ac7f2b3ea386daf05c019 (patch)
treefcd5183b8e727e00c37d6b04c87035e104b0dd2d /libavfilter/avfilter.h
parentd46c9f83cf495c901e6128ce1042190f620b89c4 (diff)
downloadffmpeg-aa0c515a3cfaa4718a7ac7f2b3ea386daf05c019.tar.gz
lavfi: add fieldorder filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index a7cfa79f9c..f270a370da 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -26,8 +26,8 @@
#include "libavutil/samplefmt.h"
#define LIBAVFILTER_VERSION_MAJOR 1
-#define LIBAVFILTER_VERSION_MINOR 77
-#define LIBAVFILTER_VERSION_MICRO 1
+#define LIBAVFILTER_VERSION_MINOR 78
+#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \