summaryrefslogtreecommitdiff
path: root/libswresample/version.h
diff options
context:
space:
mode:
authorrcombs <rcombs@rcombs.me>2022-08-05 15:57:31 -0500
committerrcombs <rcombs@rcombs.me>2022-08-24 18:31:05 -0500
commit9546b3a1cbcd94e9107f85c8f1d2175efc6cf083 (patch)
tree4eb50ce122cad961feeead396fbaca1d2e451d1d /libswresample/version.h
parent22514527d316f3ed184301d4694d4d028e2a362e (diff)
downloadffmpeg-9546b3a1cbcd94e9107f85c8f1d2175efc6cf083.tar.gz
lswr: take const AVChannelLayout* in swr_alloc_set_opts2()
This is fully backwards-compatible in both ABI and API, so it's only a minor bump.
Diffstat (limited to 'libswresample/version.h')
-rw-r--r--libswresample/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h
index 66bac2fa9b..4b9952d914 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
-#define LIBSWRESAMPLE_VERSION_MINOR 8
+#define LIBSWRESAMPLE_VERSION_MINOR 9
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \