diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-25 17:03:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-25 17:03:26 +0000 |
commit | 5900deeb90602d358d4b2fcbcea3d47eddd48b5a (patch) | |
tree | a545f6f032daa72e25ee24d799acdc25b8113d75 /libavfilter | |
parent | 96a1459ed58ca0afef31327564f97bb28fa498c0 (diff) | |
download | ffmpeg-5900deeb90602d358d4b2fcbcea3d47eddd48b5a.tar.gz |
Bump lavfi minor and add Changelog notice after yadif addition.
Originally committed as revision 25198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-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 b4e9f7745f..c2a997998f 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 44 +#define LIBAVFILTER_VERSION_MINOR 45 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |