diff options
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 | |||