swscale/input: add support for P012

As we now have three of these formats, I added macros to generate the
conversion functions.
This commit is contained in:
Philip Langdale 2022-09-04 15:43:23 -07:00
parent 8d9462844a
commit 5bdd726115
3 changed files with 66 additions and 59 deletions

View file

@ -29,7 +29,7 @@
#include "version_major.h"
#define LIBSWSCALE_VERSION_MINOR 8
#define LIBSWSCALE_VERSION_MICRO 105
#define LIBSWSCALE_VERSION_MICRO 106
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \