Re: [FFmpeg-devel] [PATCH] avcodec/noise_bsf: Check for wrapped frames

2023-06-04 Thread Michael Niedermayer
On Mon, Jun 05, 2023 at 12:06:15AM +0530, Gyan Doshi wrote: > > > On 2023-06-04 11:43 pm, Michael Niedermayer wrote: > > On Sun, Jun 04, 2023 at 08:07:25PM +0200, Michael Niedermayer wrote: > > > Wrapped frames contain pointers so they need specific code to > > > noise them, the generic code woul

Re: [FFmpeg-devel] [PATCH] avcodec/noise_bsf: Check for wrapped frames

2023-06-04 Thread Gyan Doshi
On 2023-06-04 11:43 pm, Michael Niedermayer wrote: On Sun, Jun 04, 2023 at 08:07:25PM +0200, Michael Niedermayer wrote: Wrapped frames contain pointers so they need specific code to noise them, the generic code would lead to segfaults Signed-off-by: Michael Niedermayer --- libavcodec/nois

Re: [FFmpeg-devel] [PATCH] avcodec/noise_bsf: Check for wrapped frames

2023-06-04 Thread Michael Niedermayer
On Sun, Jun 04, 2023 at 08:07:25PM +0200, Michael Niedermayer wrote: > Wrapped frames contain pointers so they need specific code to > noise them, the generic code would lead to segfaults > > Signed-off-by: Michael Niedermayer > --- > libavcodec/noise_bsf.c | 5 + > 1 file changed, 5 inserti

[FFmpeg-devel] [PATCH] avcodec/noise_bsf: Check for wrapped frames

2023-06-04 Thread Michael Niedermayer
Wrapped frames contain pointers so they need specific code to noise them, the generic code would lead to segfaults Signed-off-by: Michael Niedermayer --- libavcodec/noise_bsf.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/noise_bsf.c b/libavcodec/noise_bsf.c index 168f3aa3