You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-04-06 09:34:36 +02: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>