]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Ignore the last frame for duration and fps calculation if it looks...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 21 Jan 2014 17:31:54 +0000 (18:31 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 21 Jan 2014 18:48:05 +0000 (19:48 +0100)
commit8e5e84c2a2a21a979b48e80c5a8dd44754ab3f21
treeb77bbb3a3018c40e7e9ad4b3c70ab7107735cbb0
parent76421982d0427aeef403b7842a233c881ae1600a
avformat/mov: Ignore the last frame for duration and fps calculation if it looks suspect

The used heuristic will potentially need to be finetuned
Fixes daemon404s fps.mov

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c