From 5f6bd8a1e753c8f63a3fd8b36894d6968b808a6d Mon Sep 17 00:00:00 2001 From: Otto Date: Thu, 22 Aug 2024 15:59:59 +0800 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 6a127b54..a34548c7 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,