Commit 6fb014aa authored by Rémi Duraffort's avatar Rémi Duraffort

phonon: fix uninitialized value (Not sure if that's the right value so feel

free to change the value if needed).
parent ed9204bc
......@@ -35,6 +35,7 @@ namespace VLC {
AudioOutput::AudioOutput(Backend *p_back, QObject * p_parent)
: SinkNode(p_parent),
f_volume(1.0),
i_device(0),
p_backend(p_back)
{
p_media_object = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment