Skip to content

Commit 5f6bd8a

Browse files
OttoYangmav-intel
authored andcommitted
Fix the typo in the desc of HEVC_TEMPORAL_LAYERS
1 parent d331e83 commit 5f6bd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/vpl/mfxstructures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ enum {
22512251
*/
22522252
MFX_EXTBUFF_HEVC_REFLISTS = MFX_EXTBUFF_AVC_REFLISTS,
22532253
/*!
2254-
This extended buffer configures the structure of temporal layers inside the encoded H.264 bitstream. See the mfxExtAvcTemporalLayers
2254+
This extended buffer configures the structure of temporal layers inside the encoded H.265 bitstream. See the mfxExtHEVCTemporalLayers
22552255
structure for details. The application can attach this buffer to the mfxVideoParam structure for encoding initialization.
22562256
*/
22572257
MFX_EXTBUFF_HEVC_TEMPORAL_LAYERS = MFX_EXTBUFF_AVC_TEMPORAL_LAYERS,

0 commit comments

Comments
 (0)