Re: [FFmpeg-devel] [PATCH 2/3] avformat/mov: fix typo in comments

2020-09-20 Thread Michael Niedermayer
On Fri, Sep 18, 2020 at 10:33:37PM +0800, Zhao Zhili wrote: > From: Zhao Zhili > > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 8c1243b48d..9fc0db24d5 100644 > --- a/libavformat/mov.c > +++ b/libav

[FFmpeg-devel] [PATCH 2/3] avformat/mov: fix typo in comments

2020-09-18 Thread Zhao Zhili
From: Zhao Zhili --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 8c1243b48d..9fc0db24d5 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1473,7 +1473,7 @@ static int mov_read_mvhd(MOVContext *c, AVIOC