From 3f7e43c2e2658eb8a1a22cc4e7359392ec70dc3b Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Sat, 10 Sep 2016 20:12:27 -0700 Subject: hwdec_cuda: Add trivial cuda-copy wrapper The cuvid decoder already knows how to copy back to system memory if NV12 frames are requested, and this will happen if the decoder is used without the hwdec. For convenience, let's add a wrapper hwdec so people don't have to explicitly pick the cuvid decoder if they want this behaviour. --- video/hwdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/hwdec.h') diff --git a/video/hwdec.h b/video/hwdec.h index 473c02b5f5..b69e3fc309 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -22,6 +22,7 @@ enum hwdec_type { HWDEC_RPI, HWDEC_MEDIACODEC, HWDEC_CUDA, + HWDEC_CUDA_COPY, }; #define HWDEC_IS_AUTO(x) ((x) == HWDEC_AUTO || (x) == HWDEC_AUTO_COPY) -- cgit v1.2.3