mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
This check makes no sense, as the pointer arithmetic involved in &fg->graph_print_buf would be UB if fg were NULL. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>