Re: [FFmpeg-devel] [PATCH v1] avformat/imf: fix CPL parsing error handling

2022-01-04 Thread Pierre-Anthony Lemieux
On Tue, Jan 4, 2022 at 4:58 PM Zane van Iperen wrote: > > > > On 4/1/22 16:10, p...@sandflow.com wrote: > > From: Pierre-Anthony Lemieux > > > > Signed-off-by: Pierre-Anthony Lemieux > > --- > > libavformat/imf_cpl.c | 51 +++ > > 1 file changed, 27 ins

Re: [FFmpeg-devel] [PATCH v1] avformat/imf: fix CPL parsing error handling

2022-01-04 Thread Zane van Iperen
On 4/1/22 16:10, p...@sandflow.com wrote: From: Pierre-Anthony Lemieux Signed-off-by: Pierre-Anthony Lemieux --- libavformat/imf_cpl.c | 51 +++ 1 file changed, 27 insertions(+), 24 deletions(-) Could you please resend this as two separate commit

[FFmpeg-devel] [PATCH v1] avformat/imf: fix CPL parsing error handling

2022-01-03 Thread pal
From: Pierre-Anthony Lemieux Signed-off-by: Pierre-Anthony Lemieux --- libavformat/imf_cpl.c | 51 +++ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/libavformat/imf_cpl.c b/libavformat/imf_cpl.c index 167244a5a2..72fc7ffec8 100644 --- a/