Re: [FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check before ff_format_io_close

2019-11-08 Thread Steven Liu
> 在 2019年11月8日,10:32,Fu, Linjie 写道: > >> -Original Message- >> From: ffmpeg-devel On Behalf Of >> Steven Liu >> Sent: Friday, November 8, 2019 06:50 >> To: ffmpeg-devel@ffmpeg.org >> Cc: Steven Liu >> Subject: [FFmpeg-devel] [PATCH]

Re: [FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check before ff_format_io_close

2019-11-07 Thread myp...@gmail.com
On Fri, Nov 8, 2019 at 6:50 AM Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/mlvdec.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c > index 68ca2c5e1c..3b4cb6befd 100644 > --- a/libavformat/mlvdec.c > +++ b/libavformat/ml

Re: [FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check before ff_format_io_close

2019-11-07 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Steven Liu > Sent: Friday, November 8, 2019 06:50 > To: ffmpeg-devel@ffmpeg.org > Cc: Steven Liu > Subject: [FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check > before ff_format_io_close >

[FFmpeg-devel] [PATCH] avformat/mlvdec:drop unnecessary check before ff_format_io_close

2019-11-07 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/mlvdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/mlvdec.c b/libavformat/mlvdec.c index 68ca2c5e1c..3b4cb6befd 100644 --- a/libavformat/mlvdec.c +++ b/libavformat/mlvdec.c @@ -462,7 +462,6 @@ static int read_close(AVFormatContext *s)