diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-25 01:19:17 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-25 23:48:51 +0100 |
commit | dc65d784df4071b772d6f6967fa79767d6ad4fae (patch) | |
tree | aec46e9ae6fb1641166eb413b5efffc452dfb9ef /libavfilter/version.h | |
parent | 4a595cff795dd657dba2b94d526463a7dd1526c4 (diff) | |
download | ffmpeg-dc65d784df4071b772d6f6967fa79767d6ad4fae.tar.gz |
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.h | 2 |
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, \ |