Commit 5303350e authored by diego's avatar diego

Fix 'make checkheaders'.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23701 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 8fdd035b
......@@ -26,6 +26,8 @@
#ifndef RGB2RGB_INCLUDED
#define RGB2RGB_INCLUDED
#include <inttypes.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);
......
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