Re: [FFmpeg-devel] [PATCH V1 4/4] lavf/mux: remove unnecessary packet reset

2019-09-10 Thread myp...@gmail.com
On Tue, Sep 10, 2019 at 8:05 PM Andreas Rheinhardt wrote: > > Jun Zhao: > > From: Jun Zhao > > > > remove unnecessary packet reset in av_interleaved_write_frame > > > > Signed-off-by: Jun Zhao > > --- > > libavformat/mux.c |6 ++ > > 1 files changed, 2 insertions(+), 4 deletions(-) > >

Re: [FFmpeg-devel] [PATCH V1 4/4] lavf/mux: remove unnecessary packet reset

2019-09-10 Thread Andreas Rheinhardt
Jun Zhao: > From: Jun Zhao > > remove unnecessary packet reset in av_interleaved_write_frame > > Signed-off-by: Jun Zhao > --- > libavformat/mux.c |6 ++ > 1 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index 0227c0d..9bac252

[FFmpeg-devel] [PATCH V1 4/4] lavf/mux: remove unnecessary packet reset

2019-09-10 Thread Jun Zhao
From: Jun Zhao remove unnecessary packet reset in av_interleaved_write_frame Signed-off-by: Jun Zhao --- libavformat/mux.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index 0227c0d..9bac252 100644 --- a/libavformat/mux.c +