mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-12 00:06:51 +08:00
avutil/dovi_meta - fix L11 dovi metadata definition
deprecate the incorrect fields in AVDOVIDmLevel11 and schedule them for removal
This commit is contained in:
committed by
Niklas Haas
parent
56bc8fd0a1
commit
3474ec01e7
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user