You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user