diff --git a/libobs/graphics/graphics-ffmpeg.c b/libobs/graphics/graphics-ffmpeg.c index d5634314a..6308c1663 100644 --- a/libobs/graphics/graphics-ffmpeg.c +++ b/libobs/graphics/graphics-ffmpeg.c @@ -183,7 +183,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h, } else if (orient == 3) { /* - * Orientation 3: 180° + * Orientation 3: 180 degree * * 88 888888 * 88 -> 88 @@ -225,7 +225,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h, } else if (orient == 5) { /* - * Orientation 5: Flip Y + 90° CW + * Orientation 5: Flip Y + 90 degree CW * * 8888888888 888888 * 88 88 -> 88 @@ -246,7 +246,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h, } else if (orient == 6) { /* - * Orientation 6: 90° CW + * Orientation 6: 90 degree CW * * 88 888888 * 88 88 -> 88 @@ -267,7 +267,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h, } else if (orient == 7) { /* - * Orientation 7: Flip Y + 90° CCW + * Orientation 7: Flip Y + 90 degree CCW * * 88 888888 * 88 88 -> 88 @@ -288,7 +288,7 @@ static inline size_t get_dst_position(const size_t w, const size_t h, } else if (orient == 8) { /* - * Orientation 8: 90° CCW + * Orientation 8: 90 degree CCW * * 8888888888 888888 * 88 88 -> 88 diff --git a/libobs/obs-audio-controls.c b/libobs/obs-audio-controls.c index fb679caed..ed85b6760 100644 --- a/libobs/obs-audio-controls.c +++ b/libobs/obs-audio-controls.c @@ -314,7 +314,7 @@ static int get_nr_channels_from_audio_data(const struct audio_data *data) } while (false) /* Calculate the true peak over a set of samples. - * The algorithm implements 5x oversampling by using Whittaker–Shannon + * The algorithm implements 5x oversampling by using Whittaker-Shannon * interpolation over four samples. * * The four samples have location t=-1.5, -0.5, +0.5, +1.5