diff options
Diffstat (limited to 'libhb/encx265.c')
-rw-r--r-- | libhb/encx265.c | 2 |
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; |