diff options
author | James Almer <jamrial@gmail.com> | 2025-02-04 12:51:31 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-02-04 14:28:19 -0300 |
commit | 1fbe9deee349cb15bf6c2dc1a352cce200092b9a (patch) | |
tree | 6f8ebfca7a37aafcfd284060301ec55d145e61ce /libavcodec/version.h | |
parent | a8595dae0fa32b8a2603de94de4fb2e0cf124509 (diff) | |
download | ffmpeg-1fbe9deee349cb15bf6c2dc1a352cce200092b9a.tar.gz |
avcodec/nvenc: add support for writing mastering metadata SEI messages
Including Mastering Display and Content Light Level.
Requires SDK 13.0, and only supports HEVC and AV1.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 56dbb9238d..02192c86f7 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 32 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |