mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
placebo fix
This commit is contained in:
parent
14b17bbdee
commit
2fe3b14db4
2
video.c
2
video.c
@ -1561,11 +1561,13 @@ static void AutoCropDetect(AutoCropCtx * autocrop, int width, int height,
|
|||||||
|
|
||||||
#ifdef USE_CUVID
|
#ifdef USE_CUVID
|
||||||
|
|
||||||
|
#ifdef PLACEBO
|
||||||
struct ext_buf {
|
struct ext_buf {
|
||||||
int fd;
|
int fd;
|
||||||
CUexternalMemory mem;
|
CUexternalMemory mem;
|
||||||
CUdeviceptr buf;
|
CUdeviceptr buf;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
///
|
///
|
||||||
/// CUVID decoder
|
/// CUVID decoder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user