Re: [FFmpeg-devel] [PATCH 1/4] mov: abort on EOF in ff_mov_read_chan

2015-05-24 Thread Andreas Cadhalpun
On 24.05.2015 00:21, Michael Niedermayer wrote: > On Sun, May 24, 2015 at 12:04:08AM +0200, Andreas Cadhalpun wrote: >> Otherwise the loop can take a lot of time if num_descr is very large. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/mov_chan.c | 5 + >> 1 file changed, 5 ins

Re: [FFmpeg-devel] [PATCH 1/4] mov: abort on EOF in ff_mov_read_chan

2015-05-23 Thread Michael Niedermayer
On Sun, May 24, 2015 at 12:04:08AM +0200, Andreas Cadhalpun wrote: > Otherwise the loop can take a lot of time if num_descr is very large. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/mov_chan.c | 5 + > 1 file changed, 5 insertions(+) LGTM thx [...] -- Michael GnuPG fin

[FFmpeg-devel] [PATCH 1/4] mov: abort on EOF in ff_mov_read_chan

2015-05-23 Thread Andreas Cadhalpun
Otherwise the loop can take a lot of time if num_descr is very large. Signed-off-by: Andreas Cadhalpun --- libavformat/mov_chan.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/mov_chan.c b/libavformat/mov_chan.c index e36034e..a2fa8d6 100644 --- a/libavformat/mov_chan.c ++