diff --git a/libavutil/dovi_meta.h b/libavutil/dovi_meta.h index 5e8a1e43d7..18aebaaca8 100644 --- a/libavutil/dovi_meta.h +++ b/libavutil/dovi_meta.h @@ -279,12 +279,20 @@ typedef struct AVDOVIDmLevel11 { uint8_t content_type; uint8_t whitepoint; uint8_t reference_mode_flag; +#if FF_API_DOVI_L11_INVALID_PROPS + attribute_deprecated uint8_t sharpness; + attribute_deprecated uint8_t noise_reduction; + attribute_deprecated uint8_t mpeg_noise_reduction; + attribute_deprecated uint8_t frame_rate_conversion; + attribute_deprecated uint8_t brightness; + attribute_deprecated uint8_t color; +#endif } AVDOVIDmLevel11; typedef struct AVDOVIDmLevel254 { diff --git a/libavutil/version.h b/libavutil/version.h index 264c13a1b8..9ed38790c7 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -111,6 +111,7 @@ #define FF_API_OPT_INT_LIST (LIBAVUTIL_VERSION_MAJOR < 61) #define FF_API_OPT_PTR (LIBAVUTIL_VERSION_MAJOR < 61) #define FF_API_CPU_FLAG_FORCE (LIBAVUTIL_VERSION_MAJOR < 61) +#define FF_API_DOVI_L11_INVALID_PROPS (LIBAVUTIL_VERSION_MAJOR < 61) /** * @}