Re: [FFmpeg-devel] [PATCH 3/3] avformat/mov: remove always false condtion

2021-12-24 Thread Gyan Doshi
On 2021-12-24 03:52 pm, Steven Liu wrote: 2021年12月24日 下午5:58,Zhao Zhili 写道: 203b0e35 made duration unsigned. --- libavformat/mov.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 63483740a0..636cfce400 100644 --- a/libavformat/mov.c

Re: [FFmpeg-devel] [PATCH 3/3] avformat/mov: remove always false condtion

2021-12-24 Thread Steven Liu
> 2021年12月24日 下午5:58,Zhao Zhili 写道: > > 203b0e35 made duration unsigned. > --- > libavformat/mov.c | 11 --- > 1 file changed, 11 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 63483740a0..636cfce400 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c

[FFmpeg-devel] [PATCH 3/3] avformat/mov: remove always false condtion

2021-12-24 Thread Zhao Zhili
203b0e35 made duration unsigned. --- libavformat/mov.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 63483740a0..636cfce400 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3972,17 +3972,6 @@ static void mov_build_index(MOVCon