• Anton Khirnov's avatar
    lavf: deprecate r_frame_rate. · aba232cf
    Anton Khirnov authored
    According to its description, it is supposed to be the LCM of all the
    frame durations. The usability of such a thing is vanishingly small,
    especially since we cannot determine it with any amount of reliability.
    Therefore get rid of it after the next bump.
    
    Replace it with the average framerate where it makes sense.
    
    FATE results for the wtv and xmv demux tests change. In the wtv case
    this is caused by the file being corrupted (or possibly badly cut) and
    containing invalid timestamps. This results in lavf estimating the
    framerate wrong and making up wrong frame durations.
    In the xmv case the file contains pts jumps, so again the estimated
    framerate is far from anything sane and lavf again makes up different
    frame durations.
    
    In some other tests lavf starts making up frame durations from different
    frame.
    aba232cf
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
arch.mak Loading commit data...
avconv.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
avserver.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
library.mak Loading commit data...
version.sh Loading commit data...