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.
This commit is contained in:
Philip Langdale
2022-08-19 16:53:37 -07:00
parent cc5a5c9860
commit 45726aa117
16 changed files with 51 additions and 9 deletions

View File

@@ -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, \