Re: [FFmpeg-devel] [PATCH 1/3] libavcodec/mmaldec: enable MJPEG decoding

2021-02-11 Thread Lluís Batlle i Rossell
On Thu, Feb 11, 2021 at 10:19:01PM +, Mark Thompson wrote: > On 11/02/2021 21:48, Lluís Batlle i Rossel wrote: > > From: Lluís Batlle i Rossell > > > > From: Cosmin Gorgovan > > > > --- > > configure | 1 + > > libavcodec/allcodecs.c | 1 + > > libavcodec/mmaldec.c | 4 ++

Re: [FFmpeg-devel] [PATCH 1/3] libavcodec/mmaldec: enable MJPEG decoding

2021-02-11 Thread Mark Thompson
On 11/02/2021 21:48, Lluís Batlle i Rossel wrote: From: Lluís Batlle i Rossell From: Cosmin Gorgovan --- configure | 1 + libavcodec/allcodecs.c | 1 + libavcodec/mmaldec.c | 4 3 files changed, 6 insertions(+) diff --git a/configure b/configure index a76c2ec4ae..048

[FFmpeg-devel] [PATCH 1/3] libavcodec/mmaldec: enable MJPEG decoding

2021-02-11 Thread Lluís Batlle i Rossel
From: Lluís Batlle i Rossell From: Cosmin Gorgovan --- configure | 1 + libavcodec/allcodecs.c | 1 + libavcodec/mmaldec.c | 4 3 files changed, 6 insertions(+) diff --git a/configure b/configure index a76c2ec4ae..048bedb589 100755 --- a/configure +++ b/configure @@ -3105,