diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-13 11:41:15 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-13 11:41:15 +0000 |
commit | 8955a324f4b3db0b63167c8b4a45606e0380ad15 (patch) | |
tree | 4cd101dad24cb0728526fe7d78f970c0c1b20f0c /libavfilter/avfilter.h | |
parent | bb4095133fa124305afda9b5ef02f595c6674a3f (diff) | |
download | ffmpeg-8955a324f4b3db0b63167c8b4a45606e0380ad15.tar.gz |
Bump libavfilter minor version and add APIchanges entry after the
addition of the AVFilterPicRef.pos field.
Originally committed as revision 22508 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 f181689d8e..060c6758bb 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 17 +#define LIBAVFILTER_VERSION_MINOR 18 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |