mirror of https://github.com/FFmpeg/FFmpeg.git
An AVStream's internal AVCodecContext is pretty much unused for muxing: The only place where any of its fields are set is avformat_transfer_internal_stream_timing_info() where its time base is set based upon the desired output format. The max_b_frames field is never set at all, so don't read it in mux.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/365/head
parent
c6d780b92e
commit
bafb65ba2a
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue