Skip to content

Commit

Permalink
api: Update mfxstructures.h (#4881)
Browse files Browse the repository at this point in the history
Deprecated encode parameter `mfxExtCodingOption2::BitrateLimit` on VDEnc.
Because VDEnc supports encoding smaller bitrate without noticeable corruption after BRC algorithm refactoring.

Co-authored-by: Otto <otto.yang@intel.com>
  • Loading branch information
mgonchar and OttoYang committed Mar 23, 2023
1 parent b331359 commit 3bc35c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/vpl/mfxstructures.h
Expand Up @@ -1374,8 +1374,10 @@ typedef struct {
This parameter is valid only during initialization. Flag works with MFX_CODEC_AVC only, it is ignored with other codecs.
See the CodingOptionValue
enumerator for values of this option.
@deprecated Deprecated in API version 2.9
*/
mfxU16 BitrateLimit;
MFX_DEPRECATED mfxU16 BitrateLimit; /* Deprecated */
/*!
Setting this flag enables macroblock level bitrate control that generally improves subjective visual quality. Enabling this flag may
have negative impact on performance and objective visual quality metric. See the CodingOptionValue enumerator for values of this option.
Expand Down

0 comments on commit 3bc35c5

Please sign in to comment.