From 09a8e5debb284984871bd3eabd139b7207eedcdc Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Mon, 5 Sep 2022 21:47:29 -0700 Subject: swscale/output: add support for Y210LE and Y212LE --- libswscale/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/version.h') diff --git a/libswscale/version.h b/libswscale/version.h index e8f1dadb8b..9bb3b171a7 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -29,7 +29,7 @@ #include "version_major.h" #define LIBSWSCALE_VERSION_MINOR 8 -#define LIBSWSCALE_VERSION_MICRO 111 +#define LIBSWSCALE_VERSION_MICRO 112 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ -- cgit v1.2.3