diff options
author | Måns Rullgård | 2009-07-01 12:40:28 +0000 |
---|---|---|
committer | Måns Rullgård | 2009-07-01 12:40:28 +0000 |
commit | b4b91702348214db71c3afce4b79718714e23a34 (patch) | |
tree | 749ec48cb2668150aef983fba7516a430be325af /libswscale/swscale_internal.h | |
parent | 4a30fff60db14e0ee43d103898901b72e3fd3ee6 (diff) |
Use enum PixelFormat in sws_format_name() prototype
Originally committed as revision 29409 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 23ceec78bf..60a08a7849 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -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) ( \ |