]> git.sesse.net Git - ffmpeg/commit
avformat/mux: add proper support for full N:M bitstream filtering
authorMarton Balint <cus@passwd.hu>
Sat, 18 Apr 2020 12:20:51 +0000 (14:20 +0200)
committerMarton Balint <cus@passwd.hu>
Thu, 7 May 2020 20:49:50 +0000 (22:49 +0200)
commitd7a0071a44ad31511bb0c59fb09b2f3358c03bfd
treebaa61e35cd84d21df46d4081f73563b3b1db5b01
parent64063512227c4c87a7d16a1076481dc6baf19841
avformat/mux: add proper support for full N:M bitstream filtering

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: Marton Balint <cus@passwd.hu>
libavformat/mux.c