Re: [FFmpeg-devel] [PATCH v3] lavu/hwcontext_vaapi: Add vaapi_drm_format_map support for x2rgb10

2023-08-15 Thread Xiang, Haihao
On Do, 2023-08-10 at 08:32 +0200, David Rosca wrote: > Support for allocating frames with x2rgb10 format was added > in c00264f5013, this adds support for importing DMA-BUFs. > --- > v2: fix #ifdef -> #if > v3: annotate > >  libavutil/hwcontext_vaapi.c | 3 +++ >  1 file changed, 3 insertions(+) >

[FFmpeg-devel] [PATCH v3] lavu/hwcontext_vaapi: Add vaapi_drm_format_map support for x2rgb10

2023-08-10 Thread David Rosca
Support for allocating frames with x2rgb10 format was added in c00264f5013, this adds support for importing DMA-BUFs. --- v2: fix #ifdef -> #if v3: annotate libavutil/hwcontext_vaapi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/hwcontext_vaapi.c