summaryrefslogtreecommitdiffstats
path: root/libhb/vfr.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/vfr.c
parent5ce54df39b61c5b104f83d7ce291e67eada56efc (diff)
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'libhb/vfr.c')
-rw-r--r--libhb/vfr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/vfr.c b/libhb/vfr.c
index ef7c1782d..e62c741e9 100644
--- a/libhb/vfr.c
+++ b/libhb/vfr.c
@@ -84,8 +84,8 @@ static void build_gamma_lut( hb_filter_private_t * pv )
#define DUP_THRESH_SSE 5.0
-// Compute ths sum of squared errors for a 16x16 block
-// Gamma adjusts pixel values so that less visible diffreences
+// Compute the sum of squared errors for a 16x16 block
+// Gamma adjusts pixel values so that less visible differences
// count less.
static inline unsigned sse_block16( unsigned *gamma_lut, uint8_t *a, uint8_t *b, int stride )
{