Re: [FFmpeg-devel] [PATCH 8/9] lavf/mov: drop a never-executed block

2021-11-25 Thread Gyan Doshi
On 2021-11-25 08:34 pm, Anton Khirnov wrote: MOVStts.duration is unsigned since 203b0e3561d. --- libavformat/mov.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 451cb78bbf..e85eeb0a0e 100644 --- a/libavformat/mov.c +++ b/libavform

[FFmpeg-devel] [PATCH 8/9] lavf/mov: drop a never-executed block

2021-11-25 Thread Anton Khirnov
MOVStts.duration is unsigned since 203b0e3561d. --- libavformat/mov.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 451cb78bbf..e85eeb0a0e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3965,16 +3965,6 @@ static void mov_buil