• Stefano Sabatini's avatar
    lavfi/asettb: do not create a new reference in filter_samples() · b4c33598
    Stefano Sabatini authored
    There is no need to duplicate the input reference, since a filter should
    not pass along a reference which is later modified. If this happens the
    filter passing the reference should be fixed.
    
    Also improve consistency with start_frame() of settb, allowing a pending
    factorization.
    b4c33598
f_settb.c 5.65 KB