• Marton Balint's avatar
    avformat/mux: add proper support for full N:M bitstream filtering · d7a0071a
    Marton Balint authored
    Previously only 1:1 bitstream filters were supported, the end of the stream was
    not signalled to the bitstream filters and time base changes were ignored.
    
    This change also allows muxers to set up bitstream filters regardless of the
    autobsf flag during write_header instead of during check_bitstream and those
    bitstream filters will always be executed.
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    d7a0071a
mux.c 45 KB