mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 07:14:36 +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)
|
||
|
{
|
||
|
}
|