mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added a format exception to get around a clang-format bug.
This commit is contained in:
parent
aae8eee6d0
commit
7b58d3256a
|
@ -503,10 +503,12 @@ bool VideoFFmpegComponent::setupAudioFilters()
|
|||
int returnValue {0};
|
||||
std::string errorMessage(512, '\0');
|
||||
const int outSampleRates[] {AudioManager::getInstance().sAudioFormat.freq, -1};
|
||||
// clang-format off
|
||||
const enum AVSampleFormat outSampleFormats[] {
|
||||
AV_SAMPLE_FMT_FLT,
|
||||
AV_SAMPLE_FMT_NONE
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
mAFilterInputs = avfilter_inout_alloc();
|
||||
mAFilterOutputs = avfilter_inout_alloc();
|
||||
|
|
Loading…
Reference in a new issue