diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-10 16:28:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-30 11:17:57 +0200 |
commit | b472938233b98178ed6c1353c37e0dc7ab585902 (patch) | |
tree | 9a30002cf54d4042cba5bc642a6f087ae6a014e5 /libavfilter/version.h | |
parent | 2548834b2248ad4d7da9bd0afed09d7d0cddeeb0 (diff) | |
download | ffmpeg-b472938233b98178ed6c1353c37e0dc7ab585902.tar.gz |
lavfi: add an asetpts 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 36a03f7aa3..e8dc87546f 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 8 +#define LIBAVFILTER_VERSION_MINOR 9 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |