aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/libdc1394.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-09-23 14:10:52 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-09-23 14:16:34 +0200
commit7bac6e5cf81b1f956f06d15546a376e32f4ea558 (patch)
tree19c0c12cf60c6467aacc8d1faf982449c9c27083 /libavdevice/libdc1394.c
parentc74fa39b93eda712f4ec648d9099623cbe4095ee (diff)
downloadffmpeg-7bac6e5cf81b1f956f06d15546a376e32f4ea558.tar.gz
ffprobe: fix uninitialized variable warning
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.
Diffstat (limited to 'libavdevice/libdc1394.c')
0 files changed, 0 insertions, 0 deletions