Skip to content

Commit 3bc35c5

Browse files
mgoncharOttoYang
andauthored
api: Update mfxstructures.h (#4881)
Deprecated encode parameter `mfxExtCodingOption2::BitrateLimit` on VDEnc. Because VDEnc supports encoding smaller bitrate without noticeable corruption after BRC algorithm refactoring. Co-authored-by: Otto <[email protected]>
1 parent b331359 commit 3bc35c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/vpl/mfxstructures.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,8 +1374,10 @@ typedef struct {
13741374
This parameter is valid only during initialization. Flag works with MFX_CODEC_AVC only, it is ignored with other codecs.
13751375
See the CodingOptionValue
13761376
enumerator for values of this option.
1377+
1378+
@deprecated Deprecated in API version 2.9
13771379
*/
1378-
mfxU16 BitrateLimit;
1380+
MFX_DEPRECATED mfxU16 BitrateLimit; /* Deprecated */
13791381
/*!
13801382
Setting this flag enables macroblock level bitrate control that generally improves subjective visual quality. Enabling this flag may
13811383
have negative impact on performance and objective visual quality metric. See the CodingOptionValue enumerator for values of this option.

0 commit comments

Comments
 (0)