• Nicolas George's avatar
    lavfi: loop on request_frame if necessary. · 79d8cfac
    Nicolas George authored
    Some filters need several input frames before producing output.
    For these filter, it becomes simpler to return 0 in
    request_frame() and let the framework call it again until
    output has been produced.
    79d8cfac
avfilter.h 31.6 KB