Commit d96ae9d5 authored by Zhong Li's avatar Zhong Li

lavc/qsv_overlay: suppress code scan complain

Suppress the complain "variables 'pix_fmt' is used but maybe
uninitialized".
Signed-off-by: 's avatarZhong Li <zhong.li@intel.com>
parent 87368884
......@@ -160,7 +160,7 @@ release:
static int have_alpha_planar(AVFilterLink *link)
{
enum AVPixelFormat pix_fmt;
enum AVPixelFormat pix_fmt = link->format;
const AVPixFmtDescriptor *desc;
AVHWFramesContext *fctx;
......
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