diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-10 23:37:12 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-10 23:37:12 +0000 |
commit | 6ed3bace9708fad6a656a187a3b182bba21006fa (patch) | |
tree | 1a3e2609f08a7ea661a139c8a8968836a649b2dc /libavfilter/avfilter.h | |
parent | 119a34f716e7a403d2718ac84c1249a68336554e (diff) | |
download | ffmpeg-6ed3bace9708fad6a656a187a3b182bba21006fa.tar.gz |
drop support for base-10 encoded alpha component in av_parse_color()
Originally committed as revision 25719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 18feadcb60..5ee7887922 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,7 +25,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 59 +#define LIBAVFILTER_VERSION_MINOR 60 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |