Mercurial > mplayer.hg
changeset 23680:de7be72572ee
Remove obsolete and misleading comment.
author | diego |
---|---|
date | Mon, 02 Jul 2007 11:43:38 +0000 |
parents | 7ec134c71749 |
children | 605ae92c644e |
files | libswscale/rgb2rgb.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/rgb2rgb.h Mon Jul 02 10:13:31 2007 +0000 +++ b/libswscale/rgb2rgb.h Mon Jul 02 11:43:38 2007 +0000 @@ -26,8 +26,6 @@ #ifndef RGB2RGB_INCLUDED #define RGB2RGB_INCLUDED -// Note: do not fix the dependence on stdio.h - /* A full collection of rgb to rgb(bgr) convertors */ extern void (*rgb24to32) (const uint8_t *src, uint8_t *dst, long src_size); extern void (*rgb24to16) (const uint8_t *src, uint8_t *dst, long src_size);