diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-14 21:34:01 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-16 14:13:54 +0200 |
commit | 6efce3a894d497e045ba85555efaa4abfd685ba3 (patch) | |
tree | d79b850bd0e697f46e40c7d39c7755d6cb33edba /libavfilter/version.h | |
parent | e701b0cf7553202085840d3bfd1aff432b4de513 (diff) | |
download | ffmpeg-6efce3a894d497e045ba85555efaa4abfd685ba3.tar.gz |
lavfi/mp: remove hue wrapped filter
hue was integrated as a native libavfilter filter.
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 13cca9968c..85a839fe9e 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 9 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |