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:
parent
84501d314e
commit
b2bff4ebd0
3
video.c
3
video.c
@ -1414,7 +1414,10 @@ typedef struct _cuvid_decoder_
|
|||||||
|
|
||||||
static CuvidDecoder *CuvidDecoders[2]; ///< open decoder streams
|
static CuvidDecoder *CuvidDecoders[2]; ///< open decoder streams
|
||||||
static int CuvidDecoderN; ///< number of decoder streams
|
static int CuvidDecoderN; ///< number of decoder streams
|
||||||
|
|
||||||
|
#ifdef CUVID
|
||||||
static CudaFunctions *cu;
|
static CudaFunctions *cu;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef PLACEBO
|
#ifdef PLACEBO
|
||||||
typedef struct priv
|
typedef struct priv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user