Changeset d745e5ef54c5d1ce4d19fcc07e57016918d30c6b

Show
Ignore:
Timestamp:
16/05/07 16:21:26 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1179325286 +0000
git-parent:

[124454cb20838956ff15e1e5c47bc83beef0ba48]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1179325286 +0000
Message:

Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_chroma/i420_rgb16.c

    rd3fe7f2 rd745e5e  
    5555 *  - output: 1 line 
    5656 *****************************************************************************/ 
    57 void E_(I420_RGB16_dithering)( vout_thread_t *p_vout, picture_t *p_src, 
     57void E_(I420_RGB16_dither)( vout_thread_t *p_vout, picture_t *p_src, 
    5858                                                      picture_t *p_dest ) 
    5959{