aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/opusdsp.c
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2025-08-01 22:43:23 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2025-08-03 13:48:47 +0200
commit262d41c8042acfa7ff1da6f256c367be86ecddb2 (patch)
treea9fb6b7aec94868375cf94f139dcd265158dbf7c /tests/checkasm/opusdsp.c
parent8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (diff)
downloadffmpeg-262d41c8042acfa7ff1da6f256c367be86ecddb2.tar.gz
all: fix typos found by codespell
Diffstat (limited to 'tests/checkasm/opusdsp.c')
-rw-r--r--tests/checkasm/opusdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/opusdsp.c b/tests/checkasm/opusdsp.c
index 76fb97653c..88511f6e13 100644
--- a/tests/checkasm/opusdsp.c
+++ b/tests/checkasm/opusdsp.c
@@ -47,7 +47,7 @@ static void test_postfilter(int period)
float gains[3] = { 0.3066406250f, 0.2170410156f, 0.1296386719f };
/* The codec will always call with an offset which is aligned once
- * (period + 2) is subtracted, but here we have to align it outselves. */
+ * (period + 2) is subtracted, but here we have to align it ourselves. */
int offset = FFALIGN(period + 2, 4);
declare_func(void, float *data, int period, float *gains, int len);