Changeset 37f3331d392baa189a2ad7e83c3fa3c032fd3139

Show
Ignore:
Timestamp:
01/04/07 22:55:36 (2 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1175460936 +0000
git-parent:

[46ad186a6754170023e9de14172bd4d339949097]

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

don't invert the function names.

Files:

Legend:

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

    rba47552 r37f3331  
    161161    if( i_width <= 0 || i_height <= 0 ) return; 
    162162 
    163 #if 0 
     163#if 1 
    164164    printf( "chroma: %4.4s -> %4.4s\n", 
    165165             (char *)&p_filter->fmt_in.video.i_chroma, 
     
    11711171} 
    11721172 
    1173 static void BlendRGBAR16( filter_t *p_filter, picture_t *p_dst_pic, 
     1173static void BlendRGBAR24( filter_t *p_filter, picture_t *p_dst_pic, 
    11741174                          picture_t *p_dst_orig, picture_t *p_src, 
    11751175                          int i_x_offset, int i_y_offset, 
     
    12491249} 
    12501250 
    1251 static void BlendRGBAR24( filter_t *p_filter, picture_t *p_dst_pic, 
     1251static void BlendRGBAR16( filter_t *p_filter, picture_t *p_dst_pic, 
    12521252                          picture_t *p_dst_orig, picture_t *p_src, 
    12531253                          int i_x_offset, int i_y_offset,