Skip to content

Commit

Permalink
API move to production for alpha encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoYang authored and gfxVPLsdm committed Aug 15, 2024
1 parent 6c3db35 commit 2eeb1ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/vpl/mfxstructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,6 @@ enum {
See the mfxExtAV1ScreenContentTools structure for details.
*/
MFX_EXTBUFF_AV1_SCREEN_CONTENT_TOOLS = MFX_MAKEFOURCC('1', 'S', 'C', 'C'),
#ifdef ONEVPL_EXPERIMENTAL
/*!
See the mfxExtAlphaChannelEncCtrl structure for more details.
*/
Expand All @@ -2458,7 +2457,6 @@ enum {
See the mfxExtAlphaChannelSurface structure for more details.
*/
MFX_EXTBUFF_ALPHA_CHANNEL_SURFACE = MFX_MAKEFOURCC('A', 'C', 'S', 'F'),
#endif
};

/* VPP Conf: Do not use certain algorithms */
Expand Down Expand Up @@ -5272,7 +5270,6 @@ typedef struct {
MFX_PACK_END()


#ifdef ONEVPL_EXPERIMENTAL
/*! The AlphaChannelMode enumerator specifies alpha is straight or pre-multiplied. */
enum {
/*!
Expand Down Expand Up @@ -5323,7 +5320,6 @@ typedef struct {
mfxU16 reserved[8];
} mfxExtAlphaChannelSurface;
MFX_PACK_END()
#endif

#ifdef __cplusplus
} // extern "C"
Expand Down

0 comments on commit 2eeb1ed

Please sign in to comment.