Commit 8fdd035b authored by diego's avatar diego

Remove obsolete and misleading comment.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23700 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 86e9ea03
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#ifndef RGB2RGB_INCLUDED #ifndef RGB2RGB_INCLUDED
#define RGB2RGB_INCLUDED #define RGB2RGB_INCLUDED
// Note: do not fix the dependence on stdio.h
/* A full collection of rgb to rgb(bgr) convertors */ /* A full collection of rgb to rgb(bgr) convertors */
extern void (*rgb24to32) (const uint8_t *src, uint8_t *dst, long src_size); 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); extern void (*rgb24to16) (const uint8_t *src, uint8_t *dst, long src_size);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment