On Ma, 2024-03-18 at 18:41 +0100, Lynne wrote:
> Mar 18, 2024, 08:27 by haihao.xiang-at-intel@ffmpeg.org:
>
> > From: Haihao Xiang
> >
> > Otherwise the derived device and the source device might have different
> > PCI ID in a multiple-device system.
> >
> > Signed-off-by: Haihao Xiang
> >
Mar 18, 2024, 08:27 by haihao.xiang-at-intel@ffmpeg.org:
> From: Haihao Xiang
>
> Otherwise the derived device and the source device might have different
> PCI ID in a multiple-device system.
>
> Signed-off-by: Haihao Xiang
> ---
> libavutil/hwcontext_vulkan.c | 30 +++--
From: Haihao Xiang
Otherwise the derived device and the source device might have different
PCI ID in a multiple-device system.
Signed-off-by: Haihao Xiang
---
libavutil/hwcontext_vulkan.c | 30 +++---
1 file changed, 23 insertions(+), 7 deletions(-)
diff --git a/libavu