forked from FFmpeg/FFmpeg
Use enum PixelFormat in sws_format_name() prototype
Originally committed as revision 29409 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
4a30fff60d
commit
b4b9170234
1 changed files with 1 additions and 1 deletions
|
@ -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) ( \
|
||||||
|
|
Loading…
Add table
Reference in a new issue