• Stefano Sabatini's avatar
    lavfi: simplify signature for avfilter_get_audio_buffer() and friends · 2c031741
    Stefano Sabatini authored
    The additional parameters were never used and are complicating the
    function interface. Also, they were inconsistent with the way the
    video API works.
    
    So this assumes that a requested samples buffer will have *always* the
    format specified in the requested link.
    
    This breaks audio filtering API and ABI.
    2c031741
src_movie.c 16 KB