]> git.sesse.net Git - ffmpeg/commit
lavf: consider codec framerate for framerate detection
authorwm4 <nfxjfg@googlemail.com>
Tue, 23 May 2017 11:36:38 +0000 (13:36 +0200)
committerwm4 <nfxjfg@googlemail.com>
Wed, 7 Jun 2017 09:08:06 +0000 (11:08 +0200)
commit66cf78e932956eaa7d5a9dab8766efbfc1431e55
tree6fb2a32d50643c5b00d5c7a149d2bba21a7f8142
parent34c52005605d68f7cd1957b169b6732c7d2447d9
lavf: consider codec framerate for framerate detection

Fixes detection of some TV sample as 24.5 FPS. With the patch applied,
it's detected as 25 FPS.

This is enabled for mpegts only.
libavformat/internal.h
libavformat/mpegts.c
libavformat/utils.c