mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 02:37:17 +08:00
10 lines
199 B
Diff
10 lines
199 B
Diff
--- a/xine/audiooutput.cpp
|
|
+++ b/xine/audiooutput.cpp
|
|
@@ -48,6 +48,7 @@
|
|
|
|
AudioOutput::AudioOutput(QObject *parent)
|
|
: AbstractAudioOutput(new AudioOutputXT, parent)
|
|
+ , m_volume(1.0)
|
|
{
|
|
}
|