OSDN Git Service

lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are...
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Dec 2011 20:26:50 +0000 (21:26 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Dec 2011 20:28:54 +0000 (21:28 +0100)
commitd19ca77f42080e7b9a360aee65218724c52e08ae
tree3e6cec84fcef6bebc3cead131fa7ec1c6389ac70
parent5f95c130a020ec8f6eb7ade8808f59dac5834410
lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps.

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