Commit 0f0b2ece authored by Zhong Li's avatar Zhong Li Committed by Mark Thompson

lavu/qsv: remove unused variable

Fixes build warning of "variable 's' is declared but not used"
Signed-off-by: 's avatarZhong Li <zhong.li@intel.com>
Signed-off-by: 's avatarMark Thompson <sw@jkqxz.net>
parent 3db59617
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment