aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-11-05 14:48:41 +0100
committerNicolas George <nicolas.george@normalesup.org>2011-11-18 19:39:26 +0100
commit1fbf7165d59907a0632f8b72664a31f97f218656 (patch)
treeae041d0ba2b057ade062716213bbcf46099f048b /libavfilter/avfilter.h
parentfd1cea6549c29c557b22021451ef6d0fe6ef2123 (diff)
downloadffmpeg-1fbf7165d59907a0632f8b72664a31f97f218656.tar.gz
lavfi: reimplement MPlayer's af_pan filter for libavfilter.
Original code by Clément Bœsch. Parameters parsing and misc enhancements by Nicolas George.
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 3ce33bbf9a..5e1cfdba78 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -29,8 +29,8 @@
#include "libavutil/rational.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 48
-#define LIBAVFILTER_VERSION_MICRO 1
+#define LIBAVFILTER_VERSION_MINOR 49
+#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \