Skip to content

Commit

Permalink
Remove macro for mfxExtAV1ScreenContentTools
Browse files Browse the repository at this point in the history
Leave API definitions in the same place

API move to product for SCC and QualityInfo
  • Loading branch information
Christa03 authored and gfxVPLsdm committed Aug 10, 2024
1 parent 0c992df commit 43468d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/vpl/mfxstructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,6 @@ enum {
*/
MFX_EXTBUFF_VPP_AI_FRAME_INTERPOLATION = MFX_MAKEFOURCC('V', 'A', 'F', 'I'),
#endif
#ifdef ONEVPL_EXPERIMENTAL
/*!
See the mfxExtQualityInfoMode structure for details.
*/
Expand All @@ -2446,13 +2445,10 @@ enum {
See the mfxExtQualityInfoOutput structure for details.
*/
MFX_EXTBUFF_ENCODED_QUALITY_INFO_OUTPUT = MFX_MAKEFOURCC('E', 'N', 'Q', 'O'),
#endif
#ifdef ONEVPL_EXPERIMENTAL
/*!
See the mfxExtAV1ScreenContentTools structure for details.
*/
MFX_EXTBUFF_AV1_SCREEN_CONTENT_TOOLS = MFX_MAKEFOURCC('1', 'S', 'C', 'C'),
#endif
#ifdef ONEVPL_EXPERIMENTAL
/*!
See the mfxExtAlphaChannelEncCtrl structure for more details.
Expand Down Expand Up @@ -5211,7 +5207,6 @@ typedef struct {
MFX_PACK_END()
#endif

#ifdef ONEVPL_EXPERIMENTAL
/*! The mfxQualityInfoMode enumerator specifies the mode of Quality information. */
typedef enum {
MFX_QUALITY_INFO_DISABLE = 0, /*!< Quality reporting disabled. */
Expand Down Expand Up @@ -5246,9 +5241,7 @@ typedef struct {
mfxHDL reserved2[4]; /*!< Reserved for future use. */
} mfxExtQualityInfoOutput;
MFX_PACK_END()
#endif

#ifdef ONEVPL_EXPERIMENTAL
MFX_PACK_BEGIN_USUAL_STRUCT()
/*!
Used by the encoder to set the screen content tools.
Expand Down Expand Up @@ -5276,7 +5269,6 @@ typedef struct {
mfxU16 reserved[10]; /*!< Reserved for future use. */
} mfxExtAV1ScreenContentTools;
MFX_PACK_END()
#endif


#ifdef ONEVPL_EXPERIMENTAL
Expand Down

0 comments on commit 43468d8

Please sign in to comment.