diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-28 22:52:02 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-11-01 01:04:43 +0100 |
commit | ff994c2aaa0a9bbe49cfcdb175f1f6782f7856ed (patch) | |
tree | db01ad9a269f7a6d0b48910169e018c1474cfb9b /libswresample/version.h | |
parent | 7a02b364b68c0bf7f065f5c217fae458f0efdb8d (diff) | |
download | ffmpeg-ff994c2aaa0a9bbe49cfcdb175f1f6782f7856ed.tar.gz |
lswr/rematrix: Support s32p.
Fixes ticket #6785.
Diffstat (limited to 'libswresample/version.h')
-rw-r--r-- | libswresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h index 54dfd71e42..2640b10675 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -30,7 +30,7 @@ #define LIBSWRESAMPLE_VERSION_MAJOR 3 #define LIBSWRESAMPLE_VERSION_MINOR 0 -#define LIBSWRESAMPLE_VERSION_MICRO 100 +#define LIBSWRESAMPLE_VERSION_MICRO 101 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ LIBSWRESAMPLE_VERSION_MINOR, \ |