Changeset 2e7f9cf4d64267a8ea4b822bd007e487d6db9828

Show
Ignore:
Timestamp:
15/04/07 23:12:27 (2 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1176671547 +0000
git-parent:

[cde813f9cdd3335596250a6673e879c6487ca49c]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1176671547 +0000
Message:

Remove old TODO + fix spelling.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_filter/alphamask.c

    rce0e4fb r2e7f9cf  
    146146 
    147147    vlc_mutex_lock( &p_sys->mask_lock ); 
    148     /* TODO: this should be a seperate "video filter2" */ 
    149148    plane_t *p_mask = p_sys->p_mask->p+A_PLANE; 
    150149    plane_t *p_apic = p_pic->p+A_PLANE; 
     
    167166        ||  p_mask->i_lines != p_apic->i_lines ) 
    168167        { 
    169             /* visible plane sizes match ... but not the undelying 
     168            /* visible plane sizes match ... but not the underlying 
    170169             * buffer. I'm not sure that this can happen, 
    171170             * but better safe than sorry. */