diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-01 11:14:27 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-04 11:39:23 +0200 |
commit | 9de7622927b1b0ec6f8045b17b3116f046f44b87 (patch) | |
tree | 489f2e98dd3716e3deb84cb530faf5d06762fc28 /libavfilter/version.h | |
parent | 3b34cbce19a8f410130e995c4cf44db1b7bfd532 (diff) | |
download | ffmpeg-9de7622927b1b0ec6f8045b17b3116f046f44b87.tar.gz |
lavfi/transpose: implement landscape passthrough mode
Emulate the mp=rotate passthrough mode.
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 c37976ac60..a945c4c45f 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 15 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MICRO 103 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |