Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-01 13:14:27 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-09-04 13:39:23 +0400
commit9de7622927b1b0ec6f8045b17b3116f046f44b87 (patch)
tree489f2e98dd3716e3deb84cb530faf5d06762fc28 /libavfilter/version.h
parent3b34cbce19a8f410130e995c4cf44db1b7bfd532 (diff)
lavfi/transpose: implement landscape passthrough mode
Emulate the mp=rotate passthrough mode.
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 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, \