Formatting

This commit is contained in:
Jonas Kvinge
2023-07-12 16:27:59 +02:00
parent 00372e85c5
commit 7826f77425
3 changed files with 8 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ channel gst_channel_to_ebur_channel(GstAudioChannelPosition pos) {
case GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT:
return EBUR128_Mp110; // +1.5 dB
}
Q_UNREACHABLE();
}