• Anton Khirnov's avatar
    avconv: maintain sync on lavfi outputs. · a4f50110
    Anton Khirnov authored
    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.
    a4f50110