Re: [FFmpeg-devel] [PATCH 01/11] avformat/mov: Use ff_alloc_extradata for dvdsub extradata

2019-12-12 Thread Michael Niedermayer
On Wed, Dec 11, 2019 at 04:03:12PM +0800, myp...@gmail.com wrote: > On Wed, Dec 11, 2019 at 6:00 AM Andreas Rheinhardt > wrote: > > > > Signed-off-by: Andreas Rheinhardt > > --- > > libavformat/mov.c | 11 --- > > 1 file changed, 4 insertions(+), 7 deletions(-) > > > > diff --git a/libav

Re: [FFmpeg-devel] [PATCH 01/11] avformat/mov: Use ff_alloc_extradata for dvdsub extradata

2019-12-11 Thread myp...@gmail.com
On Wed, Dec 11, 2019 at 6:00 AM Andreas Rheinhardt wrote: > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/mov.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 7553a7fdfc..733f4e4a34 100644 > --- a/libav

[FFmpeg-devel] [PATCH 01/11] avformat/mov: Use ff_alloc_extradata for dvdsub extradata

2019-12-10 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/mov.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 7553a7fdfc..733f4e4a34 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2255,7 +2255,7 @@ static int mov_re