forked from FFmpeg/FFmpeg
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue