diff options
author | quietvoid <tcChlisop0@gmail.com> | 2022-08-06 09:42:59 -0400 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-04-03 16:16:23 +0200 |
commit | 78076ede2960debdba4e12aca594897ab11e5417 (patch) | |
tree | 7a69935073284194e49a5ad07e413b0f294127f2 /libavutil/version.h | |
parent | 591e27d1e7b21b66f81c53f381356c5e6f1f0451 (diff) | |
download | ffmpeg-78076ede2960debdba4e12aca594897ab11e5417.tar.gz |
avutil/dovi_meta: add AVDOVIDataMapping.nlq_pivots
The NLQ pivots are not documented but should be present in the header
for profile 7 RPU format. It has been verified using Dolby's
verification toolkit.
Signed-off-by: quietvoid <tcChlisop0@gmail.com>
Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 8774ed4d1a..d0cc34f43a 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 59 -#define LIBAVUTIL_VERSION_MINOR 10 +#define LIBAVUTIL_VERSION_MINOR 11 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |