Skip to content

Commit d6261ca

Browse files
oneVPL 2.3.1_u release (#312)
1 parent e7690d0 commit d6261ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

oneapi-doc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "1.1-provisional-draft",
3-
"vpl_version": "2.3.0",
3+
"vpl_version": "2.3.1",
44
"art_version": "0.5-rev-1"
55
}

source/elements/oneVPL/include/vpl/mfxcommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ enum {
196196
MFX_PLATFORM_ALDERLAKE_S = 43, /*!< Code name Alder Lake S. */
197197
MFX_PLATFORM_ALDERLAKE_P = 44, /*!< Code name Alder Lake P. */
198198
MFX_PLATFORM_ARCTICSOUND_P = 45,
199-
MFX_PLATFORM_XEHP = 45, /*!< Code name Xe HP. */
199+
MFX_PLATFORM_XEHP_SDV = 45, /*!< Code name XeHP SDV. */
200200
MFX_PLATFORM_KEEMBAY = 50, /*!< Code name Keem Bay. */
201201
};
202202

source/elements/oneVPL/source/API_ref/VPL_enums.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ PlatformCodeName
18261826
.. doxygenenumvalue:: MFX_PLATFORM_ALDERLAKE_P
18271827
:project: oneVPL
18281828

1829-
.. doxygenenumvalue:: MFX_PLATFORM_XEHP
1829+
.. doxygenenumvalue:: MFX_PLATFORM_XEHP_SDV
18301830
:project: oneVPL
18311831

18321832
.. doxygenenumvalue:: MFX_PLATFORM_KEEMBAY

source/elements/oneVPL/source/VPL_change_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Version 2.3
2323
* Code name Alder Lake S,
2424
* Code name Alder Lake P,
2525
* Code name for Arctic Sound P.
26-
* For spec version 2.3.1 MFX_PLATFORM_XEHP alias was added
26+
* For spec version 2.3.1 MFX_PLATFORM_XEHP_SDV alias was added
2727

2828
* mfx.h header file is added which includes all header files.
2929
* Added deprecation messages (deprecation macro) to the functions MFXInit and

0 commit comments

Comments
 (0)