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:
parent
8d9462844a
commit
5bdd726115
3 changed files with 66 additions and 59 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue