Skip to content

Commit

Permalink
Fix the typo in the desc of HEVC_TEMPORAL_LAYERS
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoYang authored and mav-intel committed Aug 30, 2024
1 parent d331e83 commit 5f6bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/vpl/mfxstructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ enum {
*/
MFX_EXTBUFF_HEVC_REFLISTS = MFX_EXTBUFF_AVC_REFLISTS,
/*!
This extended buffer configures the structure of temporal layers inside the encoded H.264 bitstream. See the mfxExtAvcTemporalLayers
This extended buffer configures the structure of temporal layers inside the encoded H.265 bitstream. See the mfxExtHEVCTemporalLayers
structure for details. The application can attach this buffer to the mfxVideoParam structure for encoding initialization.
*/
MFX_EXTBUFF_HEVC_TEMPORAL_LAYERS = MFX_EXTBUFF_AVC_TEMPORAL_LAYERS,
Expand Down

0 comments on commit 5f6bd8a

Please sign in to comment.