diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-02-25 15:34:13 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-02-26 14:20:02 +0100 |
commit | ab093bdeefad1489264e064b43e937f40b83f531 (patch) | |
tree | c31b1b12bd64a065f55ebd5137dc006ae1a74f5f /libavfilter/version.h | |
parent | 7faa40af982960608b117e20fec999b48011e5e0 (diff) | |
download | ffmpeg-ab093bdeefad1489264e064b43e937f40b83f531.tar.gz |
avfilter/palettegen: export color quantization ratio
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 83fd2a52ec..986d7a7230 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 11 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MICRO 102 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |