Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
766d3bc6
Commit
766d3bc6
authored
Apr 02, 2012
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
goom2k1: Fix 'may be used uninitialized in this function' compiler warning
parent
ff58bf3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gst/goom2k1/lines.c
gst/goom2k1/lines.c
+5
-0
No files found.
gst/goom2k1/lines.c
View file @
766d3bc6
...
...
@@ -48,6 +48,11 @@ goom_lines (GoomData * goomdata, gint16 data[2][512], unsigned int ID,
color2
=
0x00AA33DD
;
break
;
}
default:
{
color1
=
color2
=
0
;
g_assert_not_reached
();
break
;
}
}
*
color
=
lighten
(
*
color
,
power
);
color
++
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment