mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
lavu/qsv: remove unused variable
Fixes build warning of "variable 's' is declared but not used" Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
parent
3db5961727
commit
0f0b2ece38
@ -989,7 +989,6 @@ static int qsv_device_derive_from_child(AVHWDeviceContext *ctx,
|
||||
int flags)
|
||||
{
|
||||
AVQSVDeviceContext *hwctx = ctx->hwctx;
|
||||
QSVDeviceContext *s = ctx->internal->priv;
|
||||
|
||||
mfxVersion ver = { { 3, 1 } };
|
||||
mfxHDL handle;
|
||||
|
Loading…
Reference in New Issue
Block a user