From f390d7fa3b10f19b8b918b3602d86b3488ef55b6 Mon Sep 17 00:00:00 2001 From: Otto Date: Mon, 26 Aug 2024 22:39:14 +0000 Subject: [PATCH] Fix the typo in the desc of HEVC_TEMPORAL_LAYERS --- api/vpl/mfxstructures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/vpl/mfxstructures.h b/api/vpl/mfxstructures.h index 6a127b54b..a34548c77 100644 --- a/api/vpl/mfxstructures.h +++ b/api/vpl/mfxstructures.h @@ -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,