summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-25 01:19:17 +0100
committerClément Bœsch <ubitux@gmail.com>2013-03-25 23:48:51 +0100
commitdc65d784df4071b772d6f6967fa79767d6ad4fae (patch)
treeaec46e9ae6fb1641166eb413b5efffc452dfb9ef /libavfilter/version.h
parent4a595cff795dd657dba2b94d526463a7dd1526c4 (diff)
lavfi/curves: add presets support.
Except for the vintage preset, the values are defined by Lou Logan based on the ones found in Adobe Photoshop CS6. Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
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 b70e0f28fb..d0ed722c19 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 48
-#define LIBAVFILTER_VERSION_MICRO 102
+#define LIBAVFILTER_VERSION_MICRO 103
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \