Fix compiling for softhddrm

This commit is contained in:
jojo61 2024-10-20 10:38:39 +02:00
parent c907239bb5
commit e624e9c83d

View File

@ -3836,7 +3836,7 @@ static void CuvidMixVideo(CuvidDecoder *decoder, __attribute__((unused)) int lev
current = decoder->SurfacesRb[decoder->SurfaceRead];
#ifdef USE_DRM
AVFrame *frame;
AVFrameSideData *sd, *sd1 = NULL, *sd2 = NULL;
if (!decoder->Closing) {
frame = decoder->frames[current];
@ -3978,7 +3978,7 @@ static void CuvidMixVideo(CuvidDecoder *decoder, __attribute__((unused)) int lev
// target.repr.bits.bit_shift =0;
#if USE_DRM
AVFrame *frame;
frame = decoder->frames[current];
switch (VulkanTargetColorSpace) {