[FFmpeg-cvslog] avutil/dovi_meta: add fields for ext_mapping_idc
Cosmin Stejerean
git at videolan.org
Sat Jun 22 16:52:18 EEST 2024
ffmpeg | branch: master | Cosmin Stejerean <cosmin at cosmin.at> | Wed May 22 15:50:43 2024 +0000| [cc587e69c6faf194424fedef61ac3da77f8053bf] | committer: Niklas Haas
avutil/dovi_meta: add fields for ext_mapping_idc
Co-authored-by: Niklas Haas <git at haasn.dev>
Signed-off-by: Niklas Haas <git at haasn.dev>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc587e69c6faf194424fedef61ac3da77f8053bf
---
doc/APIchanges | 3 +++
libavutil/dovi_meta.h | 2 ++
libavutil/version.h | 4 ++--
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 6a470702b6..3e728c9ef1 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-06-19 - xxxxxxxxxx - lavu 59.25.100 - dovi_meta.h
+ Add AVDOVIRpuDataHeader.ext_mapping_idc_0_4 and ext_mapping_idc_5_7.
+
2024-06-18 - xxxxxxxxxx - lavu 59.24.100 - stereo3d.h
Add primary_eye, baseline, horizontal_disparity_adjustment, and
horizontal_field_of_view fields to AVStereo3D.
diff --git a/libavutil/dovi_meta.h b/libavutil/dovi_meta.h
index e10332f8d7..e168075a24 100644
--- a/libavutil/dovi_meta.h
+++ b/libavutil/dovi_meta.h
@@ -91,6 +91,8 @@ typedef struct AVDOVIRpuDataHeader {
uint8_t spatial_resampling_filter_flag;
uint8_t el_spatial_resampling_filter_flag;
uint8_t disable_residual_flag;
+ uint8_t ext_mapping_idc_0_4; /* extended base layer inverse mapping indicator */
+ uint8_t ext_mapping_idc_5_7; /* reserved */
} AVDOVIRpuDataHeader;
enum AVDOVIMappingMethod {
diff --git a/libavutil/version.h b/libavutil/version.h
index 145fe634b3..78e6431642 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,8 +79,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 59
-#define LIBAVUTIL_VERSION_MINOR 24
-#define LIBAVUTIL_VERSION_MICRO 103
+#define LIBAVUTIL_VERSION_MINOR 25
+#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list