[vlc-devel] commit: phonon: fix uninitialized value (Not sure if that' s the right value so feel ( Rémi Duraffort )
git version control
git at videolan.org
Tue Aug 18 21:19:21 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Aug 18 19:49:53 2009 +0200| [6fb014aaadc709b5e8cbff89ec98a51d0ebc839e] | committer: Rémi Duraffort
phonon: fix uninitialized value (Not sure if that's the right value so feel
free to change the value if needed).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fb014aaadc709b5e8cbff89ec98a51d0ebc839e
---
bindings/phonon/vlc/audiooutput.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bindings/phonon/vlc/audiooutput.cpp b/bindings/phonon/vlc/audiooutput.cpp
index e06b0d6..ab889ea 100644
--- a/bindings/phonon/vlc/audiooutput.cpp
+++ b/bindings/phonon/vlc/audiooutput.cpp
@@ -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;
More information about the vlc-devel
mailing list