diff options
author | Philip Langdale <philipl@overt.org> | 2022-09-05 21:47:29 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2022-09-10 12:29:12 -0700 |
commit | 09a8e5debb284984871bd3eabd139b7207eedcdc (patch) | |
tree | 5fa517efc3387f4543ed26f3d11363103cbd7657 /libswscale/version.h | |
parent | 68181623e984b249402ac6fd0849c032b05ae143 (diff) | |
download | ffmpeg-09a8e5debb284984871bd3eabd139b7207eedcdc.tar.gz |
swscale/output: add support for Y210LE and Y212LE
Diffstat (limited to 'libswscale/version.h')
-rw-r--r-- | libswscale/version.h | 2 |
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, \ |