Re: [FFmpeg-devel] [PATCH 1/2] avformat/webm_chunk: Fix argument length of get_chunk_filename()

2019-05-24 Thread Michael Niedermayer
On Fri, May 03, 2019 at 06:11:00AM +, Andreas Rheinhardt wrote: > Michael Niedermayer: > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/webm_chunk.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.

Re: [FFmpeg-devel] [PATCH 1/2] avformat/webm_chunk: Fix argument length of get_chunk_filename()

2019-05-24 Thread Michael Niedermayer
On Fri, May 03, 2019 at 06:03:02PM +0200, Michael Niedermayer wrote: > On Fri, May 03, 2019 at 06:11:00AM +, Andreas Rheinhardt wrote: > > Michael Niedermayer: > > > Signed-off-by: Michael Niedermayer > > > --- > > > libavformat/webm_chunk.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 del

Re: [FFmpeg-devel] [PATCH 1/2] avformat/webm_chunk: Fix argument length of get_chunk_filename()

2019-05-03 Thread Michael Niedermayer
On Fri, May 03, 2019 at 06:11:00AM +, Andreas Rheinhardt wrote: > Michael Niedermayer: > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/webm_chunk.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.

Re: [FFmpeg-devel] [PATCH 1/2] avformat/webm_chunk: Fix argument length of get_chunk_filename()

2019-05-02 Thread Andreas Rheinhardt
Michael Niedermayer: > Signed-off-by: Michael Niedermayer > --- > libavformat/webm_chunk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.c > index 2c99753b5b..561ec152e7 100644 > --- a/libavformat/webm_chunk.c > +++ b/l