Re: [FFmpeg-devel] [PATCH] lavf/mov: fix stream extradata_size allocation

2016-07-14 Thread Matthieu Bouron
On Thu, Jul 14, 2016 at 12:48:28AM +0200, Michael Niedermayer wrote: > On Wed, Jul 13, 2016 at 10:51:23PM +0200, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > Fixes CID 1363963. > > --- > > libavformat/mov.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > LGTM > > thx

Re: [FFmpeg-devel] [PATCH] lavf/mov: fix stream extradata_size allocation

2016-07-13 Thread Michael Niedermayer
On Wed, Jul 13, 2016 at 10:51:23PM +0200, Matthieu Bouron wrote: > From: Matthieu Bouron > > Fixes CID 1363963. > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictato

[FFmpeg-devel] [PATCH] lavf/mov: fix stream extradata_size allocation

2016-07-13 Thread Matthieu Bouron
From: Matthieu Bouron Fixes CID 1363963. --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 2712364..3843ceb 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2336,7 +2336,7 @@ static int mov_read_stsd(MO