Commit a5a3d1ae authored by mru's avatar mru

Use enum PixelFormat in sws_format_name() prototype

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29409 b3059339-0415-0410-9bf9-f77b7e298cf2
parent e52bf938
...@@ -294,7 +294,7 @@ void ff_yuv2packedX_altivec(SwsContext *c, ...@@ -294,7 +294,7 @@ void ff_yuv2packedX_altivec(SwsContext *c,
const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize, const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize,
uint8_t *dest, int dstW, int dstY); uint8_t *dest, int dstW, int dstY);
const char *sws_format_name(int format); const char *sws_format_name(enum PixelFormat format);
//FIXME replace this with something faster //FIXME replace this with something faster
#define is16BPS(x) ( \ #define is16BPS(x) ( \
......
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