mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Removes "unused parameter" warnings.
This commit is contained in:
parent
4d9e3a71f4
commit
b3ddc47cb5
4
video.c
4
video.c
@ -2469,6 +2469,8 @@ static VASurfaceID VaapiGetSurface(VaapiDecoder * decoder,
|
||||
}
|
||||
// FIXME: too late to switch to software rending on failures
|
||||
}
|
||||
#else
|
||||
(void)video_ctx;
|
||||
#endif
|
||||
return VaapiGetSurface0(decoder);
|
||||
}
|
||||
@ -6778,6 +6780,8 @@ static unsigned VdpauGetSurface(VdpauDecoder * decoder,
|
||||
|
||||
VdpauSetupOutput(decoder);
|
||||
}
|
||||
#else
|
||||
(void)video_ctx;
|
||||
#endif
|
||||
return VdpauGetSurface0(decoder);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user