Re: [FFmpeg-devel] [PATCH 3/3] mmaldec with plain yuv420p without copy

2021-02-11 Thread Lluís Batlle i Rossell
On Thu, Feb 11, 2021 at 10:34:11PM +, Mark Thompson wrote: > On 11/02/2021 21:48, Lluís Batlle i Rossel wrote: > > From: Lluís Batlle i Rossell > > > > + > > Random whitespace change? likely. I can fix that. > > > if (!ref) > > return AVERROR(ENOMEM); > > @@ -140,8 +141,19

Re: [FFmpeg-devel] [PATCH 3/3] mmaldec with plain yuv420p without copy

2021-02-11 Thread Mark Thompson
On 11/02/2021 21:48, Lluís Batlle i Rossel wrote: From: Lluís Batlle i Rossell --- libavcodec/mmaldec.c | 48 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c index 4dfaacbb41..097b990f92

[FFmpeg-devel] [PATCH 3/3] mmaldec with plain yuv420p without copy

2021-02-11 Thread Lluís Batlle i Rossel
From: Lluís Batlle i Rossell --- libavcodec/mmaldec.c | 48 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c index 4dfaacbb41..097b990f92 100644 --- a/libavcodec/mmaldec.c +++ b/libavcodec/mma