summaryrefslogtreecommitdiffstats
path: root/libhb/encx265.c
diff options
context:
space:
mode:
authorluz.paz <[email protected]>2018-02-07 10:54:59 -0500
committerScott <[email protected]>2018-02-20 18:10:44 +0000
commit2d1c8541460c2b63d46eb1a278adacee14a55556 (patch)
treebaf9c409edfb51f1a2b649b1f6e2291ff0524b76 /libhb/encx265.c
parent5ce54df39b61c5b104f83d7ce291e67eada56efc (diff)
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'libhb/encx265.c')
-rw-r--r--libhb/encx265.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encx265.c b/libhb/encx265.c
index bc32a5e78..1f66228fd 100644
--- a/libhb/encx265.c
+++ b/libhb/encx265.c
@@ -225,7 +225,7 @@ int encx265Init(hb_work_object_t *w, hb_job_t *job)
job->color_matrix = param->vui.matrixCoeffs;
/*
- * Settings which can't be overriden in the encodeer_options string
+ * Settings which can't be overridden in the encodeer_options string
* (muxer-specific settings, resolution, ratecontrol, etc.).
*/
param->bRepeatHeaders = job->inline_parameter_sets;