diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-27 15:26:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-27 15:26:13 +0200 |
commit | fd902510ac927c0a252c931f5fb29719a8f56e9c (patch) | |
tree | 7a2d3c6ab72a8294dff077bb0f2ede90510f24b8 /libswresample | |
parent | 23c0779cda8cedfa5e722677aecba18801a31278 (diff) | |
download | ffmpeg-fd902510ac927c0a252c931f5fb29719a8f56e9c.tar.gz |
swr: Update version & APIChanges for swr_build_matrix()
Found-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswresample')
-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 b8e32c0e41..1f91402f0e 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBSWRESAMPLE_VERSION_MAJOR 2 -#define LIBSWRESAMPLE_VERSION_MINOR 1 +#define LIBSWRESAMPLE_VERSION_MINOR 2 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ |