From 1663fa3ef149100f5d7eb9a1e9497e42b7a71bde Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 24 Sep 2024 16:25:23 +0200 Subject: [PATCH] ebur128analysis: Fix typo --- src/engine/ebur128analysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/ebur128analysis.cpp b/src/engine/ebur128analysis.cpp index 83a095e43..434107cca 100644 --- a/src/engine/ebur128analysis.cpp +++ b/src/engine/ebur128analysis.cpp @@ -70,7 +70,7 @@ struct GstSampleDeleter { // * and 60deg <= |Azimuth (theta)| <= 120° (i.e. +-90deg +- 30deg) // ... then the channel is weighted at +1.5 dB. // -// ITU R-REC-BS 1770-4 uppper and bottom position channels are at +-45deg, +// ITU R-REC-BS 1770-4 upper and bottom position channels are at +-45deg, // So only the middle-position channels are affected. channel gst_channel_to_ebur_channel(GstAudioChannelPosition pos) {