aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-09-04 15:43:23 -0700
committerPhilip Langdale <philipl@overt.org>2022-09-06 12:49:10 -0700
commit5bdd7261150db5d254d588f6cf8f038c149e63b5 (patch)
tree6e65e13063d0b3f2548762bb6dfb8697a0f854b2 /libswscale/version.h
parent8d9462844a85b0546c827a5f2c4cc7a1ba49dc9d (diff)
downloadffmpeg-5bdd7261150db5d254d588f6cf8f038c149e63b5.tar.gz
swscale/input: add support for P012
As we now have three of these formats, I added macros to generate the conversion functions.
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 403fc8f9e7..dd517a1fc6 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 105
+#define LIBSWSCALE_VERSION_MICRO 106
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \