Re: [FFmpeg-devel] [PATCH] avformat/mov: Discard last STSC if its empty

2020-04-04 Thread Michael Niedermayer
On Tue, Feb 04, 2020 at 02:48:42PM +0100, Michael Niedermayer wrote: > Fixes: Ticket8508 > --- > libavformat/mov.c | 4 > 1 file changed, 4 insertions(+) will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "You are 36 times more likely to die in a b

[FFmpeg-devel] [PATCH] avformat/mov: Discard last STSC if its empty

2020-02-04 Thread Michael Niedermayer
Fixes: Ticket8508 --- libavformat/mov.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index bbaf266a4b..726e69ba53 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2665,6 +2665,10 @@ static int mov_read_stsc(MOVContext *c, AVIOContext *pb,