ffmpeg/libavfilter
Anton Khirnov b7558ac293 af_amix: avoid spurious EAGAIN.
Input on/off state can change in request_samples(), which can result in
a state where only the first input is active. get_available_samples()
will then return 0, and request_frame() will fail with EAGAIN even
though there is data on the single active input.

Take this into account and check the number of active inputs again after
calling request_samples().
2012-07-06 13:51:58 +02:00
..
x86
Makefile
af_aformat.c
af_amix.c
af_anull.c
af_asyncts.c
af_channelmap.c
af_channelsplit.c
af_join.c
af_resample.c
allfilters.c
asink_anullsink.c
asrc_anullsrc.c
audio.c
audio.h
avfilter.c
avfilter.h
avfiltergraph.c
avfiltergraph.h
buffer.c
buffersink.c
buffersink.h
buffersrc.c
buffersrc.h
drawutils.c
drawutils.h
fifo.c
filtfmts.c
formats.c
formats.h
gradfun.h
graphparser.c
internal.h
libavfilter.v
split.c
version.h
vf_aspect.c
vf_blackframe.c
vf_boxblur.c
vf_copy.c
vf_crop.c
vf_cropdetect.c
vf_delogo.c
vf_drawbox.c
vf_drawtext.c
vf_fade.c
vf_fieldorder.c
vf_format.c
vf_fps.c
vf_frei0r.c
vf_gradfun.c
vf_hflip.c
vf_hqdn3d.c
vf_libopencv.c
vf_lut.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_transpose.c
vf_unsharp.c
vf_vflip.c
vf_yadif.c
video.c
video.h
vsink_nullsink.c
vsrc_color.c
vsrc_movie.c
vsrc_nullsrc.c
vsrc_testsrc.c
yadif.h