Re: [FFmpeg-devel] [PATCH v2] avutil/hwcontext_d3d12va: remove an unused function

2023-12-21 Thread Martin Storsjö
On Thu, 21 Dec 2023, Tong Wu wrote: It caused lacking a public declaration build error with -Werror=missing-prototypes. Since DXGI_FORMAT is moved to public since patch set V10, this function is no longer useful. Now remove it. Signed-off-by: Tong Wu --- libavutil/hwcontext_d3d12va.c | 9

[FFmpeg-devel] [PATCH v2] avutil/hwcontext_d3d12va: remove an unused function

2023-12-21 Thread Tong Wu
It caused lacking a public declaration build error with -Werror=missing-prototypes. Since DXGI_FORMAT is moved to public since patch set V10, this function is no longer useful. Now remove it. Signed-off-by: Tong Wu --- libavutil/hwcontext_d3d12va.c | 9 - 1 file changed, 9 deletions(-)