From 6b745769b1fd15ba03edad3fe381abb745bf9907 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Oct 2017 19:59:08 +0200 Subject: vd_lavc: add support for nvdec hwaccel See manpage additions. (In ffmpeg-mpv and Libav, this is still called "cuvid". Libav won't work yet, because it has no frame params support yet, but this could get fixed soon.) --- video/hwdec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/hwdec.h') diff --git a/video/hwdec.h b/video/hwdec.h index 81ba4794b2..2b89c3247c 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -26,6 +26,8 @@ enum hwdec_type { HWDEC_MEDIACODEC_COPY, HWDEC_CUDA, HWDEC_CUDA_COPY, + HWDEC_NVDEC, + HWDEC_NVDEC_COPY, HWDEC_CRYSTALHD, HWDEC_RKMPP, }; -- cgit v1.2.3