On 08/08/2012 12:38 PM, Anton Khirnov wrote: > Before this commit, poll_filters() reads all frames available on each > lavfi output. This does not work for lavfi sources that produce > an unlimited number of frames, e.g. color and similar. > > With this commit, poll_filters() reads from output with the lowest > timestamp and returns to wait for more input if no frames are available > on it. > --- > avconv.c | 162 > +++++++++++++++++++++++++++++++++++++++----------------------- > 1 file changed, 102 insertions(+), 60 deletions(-)
Ok. _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel