diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-08 13:44:11 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-09 01:03:05 +0200 |
commit | f6580b50edd1f1e0eb92309a16fe90cc911ccf5e (patch) | |
tree | fa68df9b437d107903ab061d998159e015f98323 /libavfilter/version.h | |
parent | 11a1033c9fcae380f4da06b2b0253ab0eb82b026 (diff) | |
download | ffmpeg-f6580b50edd1f1e0eb92309a16fe90cc911ccf5e.tar.gz |
lavfi: add asetpts audio filter
Based on an idea by Andrey Utkin <andrey.krieger.utkin@gmail.com>.
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 60660d8090..a47262fb65 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 6 +#define LIBAVFILTER_VERSION_MINOR 7 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |