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-04 13:49:15 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-09-06 13:27:22 +0400
commitfb2e7ac3c4c4432928d10df072c3dd9c99558da9 (patch)
treed845bef62f3b52bc71319bca9c7bf56e3633bea2 /libavfilter/version.h
parentef122ff5072463366c020157f0a27aad7e6610db (diff)
lavfi/mp: drop rotate wrapper
The native filter transpose is perfectly equivalent.
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 a945c4c45f..6e9e520a14 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 103
+#define LIBAVFILTER_VERSION_MICRO 104
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \