Re: [FFmpeg-devel] [PATCH] lavc/qsv: suppress code scan complain

2018-05-23 Thread Li, Zhong
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Mark Thompson > Sent: Wednesday, May 9, 2018 10:39 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsv: suppress code scan complain > > On 09/05/18 07:13, Zhong L

Re: [FFmpeg-devel] [PATCH] lavc/qsv: suppress code scan complain

2018-05-09 Thread Mark Thompson
On 09/05/18 07:13, Zhong Li wrote: > Suppress the complain "variables 'type' is used but maybe uninitialized". > > Signed-off-by: Zhong Li > --- > libavcodec/qsv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c >

[FFmpeg-devel] [PATCH] lavc/qsv: suppress code scan complain

2018-05-09 Thread Zhong Li
Suppress the complain "variables 'type' is used but maybe uninitialized". Signed-off-by: Zhong Li --- libavcodec/qsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c index 45e1c25..b578da0 100644 --- a/libavcodec/qsv.c