Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-09-06 00:53:50 +0300
committerPhilip Langdale <philipl@overt.org>2022-09-10 22:29:12 +0300
commitcaf8d4d256cc21f09570bdcbdbe8dde4406834ca (patch)
treec983de742589183a3bd9be6eda0fab653b4dce31 /libswscale/version.h
parentd32a9f3137c91de86547601a38fea0693c3497f1 (diff)
swscale/output: add support for P012
This generalises the existing P010 support.
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 908995b7b0..284c13cc23 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 108
+#define LIBSWSCALE_VERSION_MICRO 109
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \