mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
vd_lavc: add d3d11va hwdec
This commit adds the d3d11va-copy hwdec mode using the ffmpeg d3d11va api. Functions in common with dxva2 are handled in a separate decode/d3d.c file. A future commit will rewrite decode/dxva2.c to share this code.
This commit is contained in:
@@ -15,8 +15,9 @@ enum hwdec_type {
|
||||
HWDEC_VAAPI_COPY = 5,
|
||||
HWDEC_DXVA2 = 6,
|
||||
HWDEC_DXVA2_COPY = 7,
|
||||
HWDEC_RPI = 8,
|
||||
HWDEC_MEDIACODEC = 9,
|
||||
HWDEC_D3D11VA_COPY = 8,
|
||||
HWDEC_RPI = 9,
|
||||
HWDEC_MEDIACODEC = 10,
|
||||
};
|
||||
|
||||
// hwdec_type names (options.c)
|
||||
|
||||
Reference in New Issue
Block a user