mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
dbef8c43e8
Fixes the following error. gstccconverter.c:677:7: error: variable 'len' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized] if (flags & 0x40) { ^~~~~~~~~~~~ gstccconverter.c:698:10: note: uninitialized use occurs here return len; ^~~ gstccconverter.c:677:3: note: remove the 'if' if its condition is always true if (flags & 0x40) { ^~~~~~~~~~~~~~~~~~ gstccconverter.c:572:12: note: initialize the variable 'len' to silence this warning guint len; ^ = 0 |
||
---|---|---|
.. | ||
aom | ||
assrender | ||
bs2b | ||
bz2 | ||
chromaprint | ||
closedcaption | ||
colormanagement | ||
curl | ||
dash | ||
dc1394 | ||
directfb | ||
dtls | ||
dts | ||
faac | ||
faad | ||
fdkaac | ||
flite | ||
fluidsynth | ||
gme | ||
gsm | ||
hls | ||
iqa | ||
kate | ||
ladspa | ||
libde265 | ||
libmms | ||
lv2 | ||
modplug | ||
mpeg2enc | ||
mplex | ||
musepack | ||
neon | ||
ofa | ||
openal | ||
opencv | ||
openexr | ||
openh264 | ||
openjpeg | ||
openmpt | ||
openni2 | ||
opus | ||
resindvd | ||
rsvg | ||
rtmp | ||
sbc | ||
sctp | ||
smoothstreaming | ||
sndfile | ||
soundtouch | ||
spandsp | ||
srt | ||
srtp | ||
teletextdec | ||
ttml | ||
voaacenc | ||
voamrwbenc | ||
vulkan | ||
wayland | ||
webp | ||
webrtc | ||
webrtcdsp | ||
wildmidi | ||
wpe | ||
x265 | ||
zbar | ||
Makefile.am | ||
meson.build |