comparison libswscale/rgb2rgb.h @ 23681:605ae92c644e

Fix 'make checkheaders'.
author diego
date Mon, 02 Jul 2007 12:52:41 +0000
parents de7be72572ee
children 5159b5f8784e
comparison
equal deleted inserted replaced
23680:de7be72572ee 23681:605ae92c644e
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24 */ 24 */
25 25
26 #ifndef RGB2RGB_INCLUDED 26 #ifndef RGB2RGB_INCLUDED
27 #define RGB2RGB_INCLUDED 27 #define RGB2RGB_INCLUDED
28
29 #include <inttypes.h>
28 30
29 /* A full collection of rgb to rgb(bgr) convertors */ 31 /* A full collection of rgb to rgb(bgr) convertors */
30 extern void (*rgb24to32) (const uint8_t *src, uint8_t *dst, long src_size); 32 extern void (*rgb24to32) (const uint8_t *src, uint8_t *dst, long src_size);
31 extern void (*rgb24to16) (const uint8_t *src, uint8_t *dst, long src_size); 33 extern void (*rgb24to16) (const uint8_t *src, uint8_t *dst, long src_size);
32 extern void (*rgb24to15) (const uint8_t *src, uint8_t *dst, long src_size); 34 extern void (*rgb24to15) (const uint8_t *src, uint8_t *dst, long src_size);