> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Friday, November 17, 2017 6:06 PM
> To: FFmpeg development discussions and patches
>
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavf/qsv_vpp: fix compiling warning
>
> 2
2017-11-17 6:52 GMT+01:00 Li, Zhong :
>> > 2017-11-15 10:04 GMT+01:00 Zhong Li :
>> > > fix the compiling warning of "ignoring return value"
>> >
>> > > -ff_formats_ref(in_fmts, &ctx->inputs[0]->out_formats);
>> > > -ff_formats_ref(out_fmts, &ctx->outputs[0]->in_formats);
>> > > +if ((
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavf/qsv_vpp: fix compiling warning
>
> > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On
> Behalf
> > Of Carl Eugen Hoyos
> > Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavf/qsv_vpp: fix compiling
> > warnin
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] lavf/qsv_vpp: fix compiling warning
>
> 2017-11-15 10:04 GMT+01:00 Zhong Li :
> > fix the compiling warning of "ignoring return value&q
2017-11-15 10:04 GMT+01:00 Zhong Li :
> fix the compiling warning of "ignoring return value"
> -ff_formats_ref(in_fmts, &ctx->inputs[0]->out_formats);
> -ff_formats_ref(out_fmts, &ctx->outputs[0]->in_formats);
> +if ((ret = ff_formats_ref(in_fmts, &ctx->inputs[0]->out_formats)) < 0)
>