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:
Zhong Li 2017-11-20 04:14:32 -05:00 committed by Mark Thompson
parent 3db5961727
commit 0f0b2ece38
1 changed files with 0 additions and 1 deletions

View File

@ -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;