diff options
author | Lim Siew Hoon <siew.hoon.lim@intel.com> | 2024-11-27 16:13:07 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-11-28 09:01:57 +0800 |
commit | d0150964ca7c6a83d38ba54cda3e19b34d274f80 (patch) | |
tree | 4bfec8ba035497cc8656f1b45df9891e3e0477b9 /recipes-multimedia/vpl/files/0008-Fix-code-formatting.patch | |
parent | c0986a2c06d9a8fb6d4b60e8a874c97ea42fd8dd (diff) | |
download | meta-intel-d0150964ca7c6a83d38ba54cda3e19b34d274f80.tar.gz |
libvpl-tools: upgrade 1.0.0 -> 1.2.0
Drop a list of patches already merged:
- 0001-Correct-va-attrib-for-vaapiallocator.patch
- 0002-Enable-YUV400-JPEG-Enc-for-vaapi.patch \
- 0003-Enable-YUV400-JPEG-Enc-for-linux-vaapi-only.patch \
- 0004-Fix-rDRM-DMA-methods.patch \
- 0005-Force-allocator-to-use-DRM_PRIME-for-rDRM.patch \
- 0006-Enable-VVC-in-sample_decode.patch \
- 0007-Fix-X11-rendering-for-xe.patch \
- 0008-Fix-code-formatting.patch \
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/vpl/files/0008-Fix-code-formatting.patch')
-rw-r--r-- | recipes-multimedia/vpl/files/0008-Fix-code-formatting.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/recipes-multimedia/vpl/files/0008-Fix-code-formatting.patch b/recipes-multimedia/vpl/files/0008-Fix-code-formatting.patch deleted file mode 100644 index dc4a21fd..00000000 --- a/recipes-multimedia/vpl/files/0008-Fix-code-formatting.patch +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | From bc6561ea9d9a6f182f6cd3dfe390088b187ac954 Mon Sep 17 00:00:00 2001 | ||
2 | From: "Hoe, Sheng Yang" <sheng.yang.hoe@intel.com> | ||
3 | Date: Mon, 29 Jul 2024 10:15:32 +0800 | ||
4 | Subject: [PATCH 8/9] Fix code formatting | ||
5 | |||
6 | Upstream-Status: Backport [https://github.com/intel/libvpl-tools/commit/0f641e7279e8709bda5f507cf5fe3ea2849ed66a] | ||
7 | |||
8 | Signed-off-by: Hoe, Sheng Yang <sheng.yang.hoe@intel.com> | ||
9 | --- | ||
10 | tools/legacy/sample_common/include/vaapi_device.h | 2 +- | ||
11 | tools/legacy/sample_common/src/vaapi_device.cpp | 2 +- | ||
12 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
13 | |||
14 | diff --git a/tools/legacy/sample_common/include/vaapi_device.h b/tools/legacy/sample_common/include/vaapi_device.h | ||
15 | index dc71659..6d46c23 100644 | ||
16 | --- a/tools/legacy/sample_common/include/vaapi_device.h | ||
17 | +++ b/tools/legacy/sample_common/include/vaapi_device.h | ||
18 | @@ -75,7 +75,7 @@ public: | ||
19 | m_nRenderWinH = 0; | ||
20 | m_bRenderWin = false; | ||
21 | #if defined(X11_DRI3_SUPPORT) | ||
22 | - m_xcbconn = NULL; | ||
23 | + m_xcbconn = NULL; | ||
24 | #endif | ||
25 | } | ||
26 | virtual ~CVAAPIDeviceX11(void); | ||
27 | diff --git a/tools/legacy/sample_common/src/vaapi_device.cpp b/tools/legacy/sample_common/src/vaapi_device.cpp | ||
28 | index 9bf3433..d4a785f 100644 | ||
29 | --- a/tools/legacy/sample_common/src/vaapi_device.cpp | ||
30 | +++ b/tools/legacy/sample_common/src/vaapi_device.cpp | ||
31 | @@ -72,7 +72,7 @@ mfxStatus CVAAPIDeviceX11::Init(mfxHDL hWindow, mfxU16 nViews, mfxU32 nAdapterNu | ||
32 | } | ||
33 | } | ||
34 | #if defined(X11_DRI3_SUPPORT) | ||
35 | - MfxLoader::X11_Xcb_Proxy& x11xcblib = m_X11LibVA.GetX11XcbX11(); | ||
36 | + MfxLoader::X11_Xcb_Proxy& x11xcblib = m_X11LibVA.GetX11XcbX11(); | ||
37 | |||
38 | m_xcbconn = x11xcblib.XGetXCBConnection(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay())); | ||
39 | #endif | ||
40 | -- | ||
41 | 2.43.2 | ||
42 | |||