diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-04-18 16:59:27 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-04-21 15:20:50 +0200 |
commit | b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8 (patch) | |
tree | d7792f4c1c5895505db9eb3c12dad5154eef4757 /libavfilter/version.h | |
parent | 14369f59c5ad1fb817fb4d94073f31cccf12b556 (diff) | |
download | ffmpeg-b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8.tar.gz |
lavfi: add asetrate 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 b0bd3bb70d..acc6c1c803 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 58 +#define LIBAVFILTER_VERSION_MINOR 59 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |