Re: [libav-devel] [PATCH 2/2] mov: compute avg_frame_rate only if duration is known

2012-12-06 Thread Justin Ruggles
On 12/06/2012 12:27 PM, Janne Grunau wrote: > On 2012-11-26 00:04:00 +0100, Janne Grunau wrote: >> Fixes an assert in fuzzed sample sample.mp4_s265930. >> --- >> libavformat/mov.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/libavformat/mov.c b/libavformat/mov.c

Re: [libav-devel] [PATCH 2/2] mov: compute avg_frame_rate only if duration is known

2012-12-06 Thread Janne Grunau
On 2012-11-26 00:04:00 +0100, Janne Grunau wrote: > Fixes an assert in fuzzed sample sample.mp4_s265930. > --- > libavformat/mov.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 8dbcc41..149b48e 100644 > --- a/libavforma

[libav-devel] [PATCH 2/2] mov: compute avg_frame_rate only if duration is known

2012-11-25 Thread Janne Grunau
Fixes an assert in fuzzed sample sample.mp4_s265930. --- libavformat/mov.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 8dbcc41..149b48e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2073,8 +2073,9 @@ static int m