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>2011-09-22 02:14:54 +0400
committerStefano Sabatini <stefasab@gmail.com>2011-09-23 03:35:38 +0400
commitb87d4c2b9f4106045afeabe1f1338c3eddb66935 (patch)
tree59bf5e23d9f6eaa8cc00518561f552667dbbd73b /libavfilter/avfilter.h
parent93c220e895a417e88a6be7df85e250c5c3f675b6 (diff)
vf_drawtext: do not set limitations on fontsize
It may be needed to use values greater than 72, and in general greater than an arbitrary big value. Let the user choose what's too big for her.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index f948e54245..78c8b6fd77 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 43
-#define LIBAVFILTER_VERSION_MICRO 2
+#define LIBAVFILTER_VERSION_MICRO 3
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \