mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
hwdec_cuda: Rename config variable to be more consistent
'cuda-gl' isn't right - you can turn this on without any GL and get some non-zero benefit (with the cuda-copy hwaccel). So 'cuda-hwaccel' seems more consistent with everything else.
This commit is contained in:
@@ -115,7 +115,7 @@ static const struct {
|
||||
#if HAVE_AV_PIX_FMT_MMAL
|
||||
{IMGFMT_MMAL, AV_PIX_FMT_MMAL},
|
||||
#endif
|
||||
#if HAVE_CUDA_GL
|
||||
#if HAVE_CUDA_HWACCEL
|
||||
{IMGFMT_CUDA, AV_PIX_FMT_CUDA},
|
||||
#endif
|
||||
#ifdef AV_PIX_FMT_P010
|
||||
|
||||
Reference in New Issue
Block a user