Re: [FFmpeg-devel] [PATCHv2 2/2] avfilter/formats: add av_warn_unused_result to function prototypes

2015-10-14 Thread Ganesh Ajjanagadde
On Mon, Oct 12, 2015 at 7:44 AM, Ganesh Ajjanagadde wrote: > On Mon, Oct 12, 2015 at 3:11 AM, Nicolas George wrote: >> Le nonidi 19 vendémiaire, an CCXXIV, Ganesh Ajjanagadde a écrit : >>> This uses the av_warn_unused_result attribute liberally to catch some

Re: [FFmpeg-devel] [PATCHv2 2/2] avfilter/formats: add av_warn_unused_result to function prototypes

2015-10-12 Thread Nicolas George
Le nonidi 19 vendémiaire, an CCXXIV, Ganesh Ajjanagadde a écrit : > This uses the av_warn_unused_result attribute liberally to catch some forms > of improper > usage of functions defined in avfilter/formats.h. > > Signed-off-by: Ganesh Ajjanagadde > --- >

Re: [FFmpeg-devel] [PATCHv2 2/2] avfilter/formats: add av_warn_unused_result to function prototypes

2015-10-12 Thread Ganesh Ajjanagadde
On Mon, Oct 12, 2015 at 3:11 AM, Nicolas George wrote: > Le nonidi 19 vendémiaire, an CCXXIV, Ganesh Ajjanagadde a écrit : >> This uses the av_warn_unused_result attribute liberally to catch some forms >> of improper >> usage of functions defined in avfilter/formats.h. >> >>