]> git.sesse.net Git - ffmpeg/commit
avfilter/avfiltergraph: fix -Wunused-result warnings
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>
Thu, 15 Oct 2015 02:26:38 +0000 (22:26 -0400)
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>
Sat, 17 Oct 2015 01:58:50 +0000 (21:58 -0400)
commit3835554bf8ed78539a3492c239f979c0ab03a15f
tree867cdfa704aa74d86279a7b17ba6e998c1b5addd
parent27d23ae07424a7c3a5d5e242ca702299cdd2e14c
avfilter/avfiltergraph: fix -Wunused-result warnings

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.

Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
libavfilter/avfiltergraph.c