Re: [libav-devel] [PATCH 1/1] lavf: include 60 fps in guessed standard frame rates

2014-02-04 Thread Anton Khirnov
On Wed, 29 Jan 2014 15:22:37 +0100, Janne Grunau janne-li...@jannau.net wrote: Due to what looks like an off-by-one error 60 * 12 * 1001 / 12 * 1001 is not tested as standard frame rate in avformat_find_stream_info(). --- libavformat/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[libav-devel] [PATCH 1/1] lavf: include 60 fps in guessed standard frame rates

2014-01-29 Thread Janne Grunau
Due to what looks like an off-by-one error 60 * 12 * 1001 / 12 * 1001 is not tested as standard frame rate in avformat_find_stream_info(). --- libavformat/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index

Re: [libav-devel] [PATCH 1/1] lavf: include 60 fps in guessed standard frame rates

2014-01-16 Thread Anton Khirnov
On Wed, 15 Jan 2014 21:28:34 +0100, Janne Grunau janne-li...@jannau.net wrote: Due to what looks like an off-by-one error 60 * 12 * 1001 / 12 * 1001 is not tested as standard frame rate in avformat_find_stream_info(). --- libavformat/utils.c | 11 +++ 1 file changed, 7

[libav-devel] [PATCH 1/1] lavf: include 60 fps in guessed standard frame rates

2014-01-15 Thread Janne Grunau
Due to what looks like an off-by-one error 60 * 12 * 1001 / 12 * 1001 is not tested as standard frame rate in avformat_find_stream_info(). --- libavformat/utils.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index

Re: [libav-devel] [PATCH 1/1] lavf: include 60 fps in guessed standard frame rates

2014-01-15 Thread Diego Biurrun
On Wed, Jan 15, 2014 at 09:28:34PM +0100, Janne Grunau wrote: --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2090,9 +2090,12 @@ static void compute_chapters_end(AVFormatContext *s) -static int get_std_framerate(int i){ -if(i60*12) return i*1001; -elsereturn