diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-01 12:47:51 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-01 16:05:15 +0100 |
commit | 13c39e96767737b4377c26e76d91f90922e24acc (patch) | |
tree | bcb911f23b3f8cc19b59f6b505aaad566d0c1d2c /libavfilter/version.h | |
parent | 5473f6258c63d21494cbd8f176b8840713150b82 (diff) | |
download | ffmpeg-streaming-13c39e96767737b4377c26e76d91f90922e24acc.zip ffmpeg-streaming-13c39e96767737b4377c26e76d91f90922e24acc.tar.gz |
lavfi/geq: add T variable and example
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 64e1f4b..a4a2e37 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 104 +#define LIBAVFILTER_VERSION_MICRO 105 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |