Use enum PixelFormat in sws_format_name() prototype

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mru 2009-07-01 12:40:28 +00:00
parent 542d2e56ce
commit ea03c9b95a
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ void ff_yuv2packedX_altivec(SwsContext *c,
const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize,
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
#define is16BPS(x) ( \