Re: [FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31

2022-01-10 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > fftools/cmdutils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c > index 594eeef379..f80c361eba 100644 > --- a/fftools/cmdutils.c > +++ b/fftools/cmdutils.c > @@ -18

Re: [FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31

2021-11-19 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2021-11-18 21:15:05) > Michael Niedermayer: > > On Thu, Nov 18, 2021 at 10:07:36AM +0100, Andreas Rheinhardt wrote: > >> Signed-off-by: Andreas Rheinhardt > >> --- > >> fftools/cmdutils.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a

Re: [FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31

2021-11-18 Thread James Almer
On 11/18/2021 6:07 AM, Andreas Rheinhardt wrote: Signed-off-by: Andreas Rheinhardt --- fftools/cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c index 594eeef379..f80c361eba 100644 --- a/fftools/cmdutils.c +++ b/fftools/cmdu

Re: [FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31

2021-11-18 Thread Michael Niedermayer
On Thu, Nov 18, 2021 at 09:15:05PM +0100, Andreas Rheinhardt wrote: > Michael Niedermayer: > > On Thu, Nov 18, 2021 at 10:07:36AM +0100, Andreas Rheinhardt wrote: > >> Signed-off-by: Andreas Rheinhardt > >> --- > >> fftools/cmdutils.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31

2021-11-18 Thread Andreas Rheinhardt
Michael Niedermayer: > On Thu, Nov 18, 2021 at 10:07:36AM +0100, Andreas Rheinhardt wrote: >> Signed-off-by: Andreas Rheinhardt >> --- >> fftools/cmdutils.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c >> index 594eeef379..f80

Re: [FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31

2021-11-18 Thread Michael Niedermayer
On Thu, Nov 18, 2021 at 10:07:36AM +0100, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > fftools/cmdutils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c > index 594eeef379..f80c361eba 100644 > --- a/fftool