diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2014-08-23 10:01:22 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-23 10:01:22 +0200 |
commit | c82a288f8747a92278ba2e1a8c30380c18254bbd (patch) | |
tree | cb856a39687d44fdac78d5e6d393dd29d973b791 /libavfilter/version.h | |
parent | 1fa35e4352cc39894987e14de464e3d72b55739f (diff) | |
download | ffmpeg-streaming-c82a288f8747a92278ba2e1a8c30380c18254bbd.zip ffmpeg-streaming-c82a288f8747a92278ba2e1a8c30380c18254bbd.tar.gz |
avfilter/showcqt: add fontcolor option
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 eb3c12b..7c9883d 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 0 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MICRO 103 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |