From 2e7f9cf4d64267a8ea4b822bd007e487d6db9828 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier <dionoea@videolan.org> Date: Sun, 15 Apr 2007 21:12:27 +0000 Subject: [PATCH] Remove old TODO + fix spelling. --- modules/video_filter/alphamask.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/video_filter/alphamask.c b/modules/video_filter/alphamask.c index 4d640228fc9e..cd6a3b02cce4 100644 --- a/modules/video_filter/alphamask.c +++ b/modules/video_filter/alphamask.c @@ -145,7 +145,6 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic ) filter_sys_t *p_sys = p_filter->p_sys; vlc_mutex_lock( &p_sys->mask_lock ); - /* TODO: this should be a seperate "video filter2" */ plane_t *p_mask = p_sys->p_mask->p+A_PLANE; plane_t *p_apic = p_pic->p+A_PLANE; if( p_mask->i_visible_pitch @@ -166,7 +165,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic ) if( p_mask->i_pitch != p_apic->i_pitch || p_mask->i_lines != p_apic->i_lines ) { - /* visible plane sizes match ... but not the undelying + /* visible plane sizes match ... but not the underlying * buffer. I'm not sure that this can happen, * but better safe than sorry. */ int i_line; -- GitLab