mirror of https://github.com/FFmpeg/FFmpeg.git
For muxers, the internal AVCodecContext is basically unused except in avformat_transfer_internal_stream_timing_info() (which sets time_base and ticks_per_frame) and av_stream_get_codec_timebase() (a getter for time_base). This makes ticks_per_frame write-only, so don't set it. Also remove an always-false check for the AVCodecContext's codec_tag. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>release/7.0
parent
97fb84d74e
commit
1d5ba34249
1 changed files with 1 additions and 7 deletions
Loading…
Reference in new issue