diff options
Diffstat (limited to 'libhb/eedi2.c')
-rw-r--r-- | libhb/eedi2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/eedi2.c b/libhb/eedi2.c index e12dbaef9..a4305dd6e 100644 --- a/libhb/eedi2.c +++ b/libhb/eedi2.c @@ -155,7 +155,7 @@ void eedi2_upscale_by_2( uint8_t * srcp, uint8_t * dstp, int height, int pitch ) } /** - * Finds places where verticaly adjacent pixels abruptly change in intensity, i.e., sharp edges. + * Finds places where vertically adjacent pixels abruptly change in intensity, i.e., sharp edges. * @param dstp Pointer to the destination bitmap * @param dst_pitch Stride of dstp * @param srcp Pointer to the source bitmap |