diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-15 00:26:22 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-20 19:17:11 +0100 |
commit | 3d77a275487b64373dde3d1c9b94d5413a467979 (patch) | |
tree | d3aa1b8b5f7ffc0a946837640c9b7ac8aa93d212 /libavfilter/version.h | |
parent | 7f07c61c2f6dfee51d81f92d5c41bd8d0b1769ae (diff) | |
download | ffmpeg-3d77a275487b64373dde3d1c9b94d5413a467979.tar.gz |
lavfi/overlay: implement shortest option
Force termination when the overlay stream ends. Simplify scripting logic,
for example when an infinite source is used to generate a background for
a composite video.
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 3a2db17f5d..9f01e85695 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 38 -#define LIBAVFILTER_VERSION_MICRO 104 +#define LIBAVFILTER_VERSION_MICRO 105 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |