mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Fix warning about missing default codecs on first run, when those codecs do exist
This commit is contained in:
parent
601a2ad5aa
commit
088bd6aacc
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ bool AudioCodecPage::IsRequired()
|
||||||
// Setup is required if codec errors are not ignored, and the default codecs
|
// Setup is required if codec errors are not ignored, and the default codecs
|
||||||
// are not supported
|
// are not supported
|
||||||
return (!ignoreCodecErrors &&
|
return (!ignoreCodecErrors &&
|
||||||
oggCodecs.contains(QMediaFormat::AudioCodec::Vorbis));
|
!oggCodecs.contains(QMediaFormat::AudioCodec::Vorbis));
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace setup
|
} // namespace setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue