Re: [FFmpeg-devel] [PATCH] avformat/mux: fix overflow in case one of dts in not set

2021-09-30 Thread Paul B Mahol
On Thu, Sep 30, 2021 at 1:54 PM Michael Niedermayer wrote: > On Thu, Sep 30, 2021 at 12:36:17PM +0200, Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > > --- > > libavformat/mux.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/mux.c b/libavformat

Re: [FFmpeg-devel] [PATCH] avformat/mux: fix overflow in case one of dts in not set

2021-09-30 Thread Andreas Rheinhardt
Michael Niedermayer: > On Thu, Sep 30, 2021 at 12:36:17PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/mux.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavformat/mux.c b/libavformat/mux.c >> index 2053a5636e..583328b123 100644

Re: [FFmpeg-devel] [PATCH] avformat/mux: fix overflow in case one of dts in not set

2021-09-30 Thread Michael Niedermayer
On Thu, Sep 30, 2021 at 12:36:17PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/mux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index 2053a5636e..583328b123 100644 > --- a/libavformat/mux.c > +

[FFmpeg-devel] [PATCH] avformat/mux: fix overflow in case one of dts in not set

2021-09-30 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index 2053a5636e..583328b123 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -949,7 +949,7 @@ int ff_interleave_packet_per_dts(AVFo