summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-29 11:48:53 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-10-29 17:44:53 +0100
commit19add3224f1ea6ea8e78a9bf79340edd3e924e04 (patch)
tree3c0b59ea857b7370fd89ac61ee192cdd57561419 /libavfilter/version.h
parentd4604d10fe728f3954b294c0a4373b6df65f4ec9 (diff)
downloadffmpeg-streaming-19add3224f1ea6ea8e78a9bf79340edd3e924e04.zip
ffmpeg-streaming-19add3224f1ea6ea8e78a9bf79340edd3e924e04.tar.gz
lavfi/scale: implement clever/insane parsing heuristic, and add a size option
If the first argument can be read as a video size, set that output size in the scale. This allows to specify in a filtergraph scale=qcif or scale=320x240. This is not completely safe, for example in case of a typo in the video size string the first argument will be read as the input width expression, giving rise to a confusing comment.
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 3ce13c1..e6c10e5 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 20
-#define LIBAVFILTER_VERSION_MICRO 107
+#define LIBAVFILTER_VERSION_MICRO 108
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
OpenPOWER on IntegriCloud