diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-11-10 19:46:37 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-11-18 15:55:47 +0100 |
commit | c437c251b8e58395eb8e81b73d8a0c321ae0f47b (patch) | |
tree | c6cdaa8603d455bd50c342fe27e264457481487e /libavfilter/version.h | |
parent | 4413a8428a759d33ea58a0617551ba522833f87b (diff) | |
download | ffmpeg-c437c251b8e58395eb8e81b73d8a0c321ae0f47b.tar.gz |
lavfi/drawtext: implement more generic expansion.
The new expansion mechanism uses the %{...} notation.
For compatibility reasons, it must be enabled explicitly,
but a warning is printed if a conflict is likely to happen.
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 9eda9b7270..ddebb1a985 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 23 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |