Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix -Wunused-result warnings

2015-10-16 Thread Ganesh Ajjanagadde
On Wed, Oct 14, 2015 at 10:29 PM, Ganesh Ajjanagadde wrote: > Commit bf0d2d6030c239f91e0368a20fb2dc0705bfec99 introduced > av_warn_unused_result to avfilter/formats, whose associated warnings > were mostly fixed in 6aaac24d72a7da631173209841a3944fcb4a3309. This > fixes the

Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix -Wunused-result warnings

2015-10-16 Thread Ronald S. Bultje
Hi, On Fri, Oct 16, 2015 at 7:58 PM, Ganesh Ajjanagadde wrote: > On Wed, Oct 14, 2015 at 10:29 PM, Ganesh Ajjanagadde > wrote: > > Commit bf0d2d6030c239f91e0368a20fb2dc0705bfec99 introduced > > av_warn_unused_result to avfilter/formats, whose

Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix -Wunused-result warnings

2015-10-16 Thread Ganesh Ajjanagadde
On Fri, Oct 16, 2015 at 8:34 PM, Ronald S. Bultje wrote: > Hi, > > On Fri, Oct 16, 2015 at 7:58 PM, Ganesh Ajjanagadde > wrote: >> >> On Wed, Oct 14, 2015 at 10:29 PM, Ganesh Ajjanagadde >> wrote: >> > Commit

[FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix -Wunused-result warnings

2015-10-14 Thread Ganesh Ajjanagadde
Commit bf0d2d6030c239f91e0368a20fb2dc0705bfec99 introduced av_warn_unused_result to avfilter/formats, whose associated warnings were mostly fixed in 6aaac24d72a7da631173209841a3944fcb4a3309. This fixes the issues in avfilter/avfiltergraph. Tested with FATE. Signed-off-by: Ganesh Ajjanagadde