From 45726aa1177ee7d9d17435f879c96ab3537d8ad3 Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Fri, 19 Aug 2022 16:53:37 -0700 Subject: libswscale: add support for VUYX format As we already have support for VUYA, I figured I should do the small amount of work to support VUYX as well. That means a little refactoring to share code. --- 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 d8694bb5c0..17264b45da 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 103 +#define LIBSWSCALE_VERSION_MICRO 104 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ LIBSWSCALE_VERSION_MINOR, \ -- cgit v1.2.3