1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Minor fix for vaapi compile

This commit is contained in:
jojo61 2020-03-06 13:03:21 +01:00
parent 84501d314e
commit b2bff4ebd0

View File

@ -1414,7 +1414,10 @@ typedef struct _cuvid_decoder_
static CuvidDecoder *CuvidDecoders[2]; ///< open decoder streams
static int CuvidDecoderN; ///< number of decoder streams
#ifdef CUVID
static CudaFunctions *cu;
#endif
#ifdef PLACEBO
typedef struct priv