mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 12:53:29 +00:00
lavc/qsv_overlay: suppress code scan complain
Suppress the complain "variables 'pix_fmt' is used but maybe uninitialized". Signed-off-by: Zhong Li <zhong.li@intel.com>
This commit is contained in:
parent
87368884a5
commit
d96ae9d5ea
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user