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 07:47:29 +0300
committerPhilip Langdale <philipl@overt.org>2022-09-10 22:29:12 +0300
commit09a8e5debb284984871bd3eabd139b7207eedcdc (patch)
tree5fa517efc3387f4543ed26f3d11363103cbd7657 /libswscale/version.h
parent68181623e984b249402ac6fd0849c032b05ae143 (diff)
swscale/output: add support for Y210LE and Y212LE
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 e8f1dadb8b..9bb3b171a7 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 111
+#define LIBSWSCALE_VERSION_MICRO 112
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \