On Wed, May 22, 2024 at 09:26:25AM +0800, tong1.wu-at-intel@ffmpeg.org
wrote:
> +static int d3d12va_create_encoder_heap(AVCodecContext* avctx)
Nitpick: s/\* / \*/
I'm trying to write typo-detection bot. This is the only problem it noticed in
this patchset, but more nits incoming elsewhere.
From: Tong Wu
This implementation is based on D3D12 Video Encoding Spec:
https://microsoft.github.io/DirectX-Specs/d3d/D3D12VideoEncoding.html
Sample command line for transcoding:
ffmpeg.exe -hwaccel d3d12va -hwaccel_output_format d3d12 -i input.mp4
-c:v hevc_d3d12va output.mp4
Signed-off-by: T