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
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
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
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