FFmpeg/libavfilter
Stefano Sabatini 2420763638 graphparser: simplify condition in avfilter_graph_parse()
Since avfilter_graph_parse() creates the "[in]" inout for the first
unlabelled input pad, it is expected that it will create an "[out]"
inout for last unlabelled output pad, even in the case where it cannot
find any open input pad with that name.

This change removes the check on the existence of an open input pad
named "out", so it simplifies the checked condition while implementing
a more intuitive behavior.
2011-07-10 18:00:50 +02:00
..
libmpcodecs
x86
af_anull.c
allfilters.c
asink_anullsink.c
asrc_anullsrc.c
avcodec.c
avcodec.h
avfilter.c
avfilter.h graphparser: simplify condition in avfilter_graph_parse() 2011-07-10 18:00:50 +02:00
avfiltergraph.c
avfiltergraph.h avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs params 2011-07-07 00:37:04 +02:00
defaults.c
drawutils.c
drawutils.h
formats.c
gradfun.h
graphparser.c graphparser: simplify condition in avfilter_graph_parse() 2011-07-10 18:00:50 +02:00
internal.h
libavfilter.v
Makefile
vf_aspect.c
vf_blackframe.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_drawbox.c
vf_drawtext.c Merge remote-tracking branch 'qatar/master' 2011-07-08 01:05:28 +02:00
vf_fade.c
vf_fieldorder.c
vf_fifo.c
vf_format.c
vf_frei0r.c
vf_gradfun.c
vf_hflip.c
vf_hqdn3d.c
vf_libopencv.c
vf_lut.c
vf_mp.c
vf_null.c
vf_overlay.c
vf_pad.c
vf_pixdesctest.c
vf_scale.c
vf_select.c
vf_setpts.c
vf_settb.c
vf_showinfo.c
vf_slicify.c
vf_split.c
vf_transpose.c
vf_unsharp.c
vf_vflip.c
vf_yadif.c
vsink_buffer.c
vsink_buffer.h
vsink_nullsink.c
vsrc_buffer.c
vsrc_buffer.h
vsrc_color.c
vsrc_movie.c
vsrc_nullsrc.c
vsrc_testsrc.c
yadif.h