mirror of https://github.com/FFmpeg/FFmpeg.git
Fix warning: ffprobe.c:1684:21: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized] end = start + interval->end; The warning is a false positive, since the variable is accessed only if has_start is set, and in that case start has been already set.pull/36/head
parent
c74fa39b93
commit
7bac6e5cf8
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue