On Thu, Jun 12, 2025 at 1:53 AM Marvin Scholz <
epirat07-at-gmail@ffmpeg.org> wrote:
> When checking for filmgrain here, needs_fg can be true even when
> film_grain_characteristics is NULL (when aom_film_grain.enable is true),
> therefore this check could end up dereferencing film_grain_charac
When checking for filmgrain here, needs_fg can be true even when
film_grain_characteristics is NULL (when aom_film_grain.enable is true),
therefore this check could end up dereferencing film_grain_characteristics
even though it is NULL.
Fix CID 1648347
---
libavcodec/vvc/dec.c | 3 ++-
1 file cha