diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-08 16:18:03 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-03-10 00:10:37 +0100 |
commit | fa35d880aab1d3ef2b828cae640e43d370e8f0c2 (patch) | |
tree | 47c8f4701bfc514477b3fbdab3e9bbbcc6cdf0a6 /libavfilter/version.h | |
parent | 1a3d4b88a4c5cf74b4f1ab4b812e460b4ae0679b (diff) | |
download | ffmpeg-fa35d880aab1d3ef2b828cae640e43d370e8f0c2.tar.gz |
lavfi: port MP swapuv 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 1eedd5423a..a599e1c5a4 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 63 +#define LIBAVFILTER_VERSION_MINOR 64 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |