]> git.sesse.net Git - ffmpeg/commit
lavf: do not derive timebase from avg_frame_rate
authorAnton Khirnov <anton@khirnov.net>
Mon, 5 Apr 2021 08:47:10 +0000 (10:47 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 8 Apr 2021 09:03:15 +0000 (11:03 +0200)
commit04feb1c0382104c36d2297a277ffd1450d016d35
tree684c29707eb02d617d6b63cb3751b4bf130197de
parent0214da22cae08615f58f9769a4e8fb47d21aa687
lavf: do not derive timebase from avg_frame_rate

avg_frame_rate is the _average_ framerate, its presence does not
guarantee that the stream is CFR, so it should not be used for setting
the timebase.
libavformat/utils.c