avcodec/noise_bsf: Check for wrapped framesn4.1.11
commit76ee3e41df5157317ee209d3e6cc0829af5f963f
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 4 Jun 2023 17:59:40 +0000 (4 19:59 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 6 Jun 2023 23:33:16 +0000 (7 01:33 +0200)
tree778fd46ac63eb7d931125c0ded37d07f73ce68aa
parenta957d604a20f7de66afd676c07b047c97da2393a
avcodec/noise_bsf: Check for wrapped frames

Wrapped frames contain pointers so they need specific code to
noise them, the generic code would lead to segfaults

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 0889ebc577749ee6abc620bc9030d2002487935f)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/noise_bsf.c