Mercurial > mplayer.hg
changeset 29367:1d4dd0f12c98
Use enum PixelFormat in sws_format_name() prototype
author | mru |
---|---|
date | Wed, 01 Jul 2009 12:40:28 +0000 |
parents | fa9ca1188c50 |
children | 0053327cd036 |
files | libswscale/swscale_internal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale_internal.h Sun Jun 28 13:19:26 2009 +0000 +++ b/libswscale/swscale_internal.h Wed Jul 01 12:40:28 2009 +0000 @@ -294,7 +294,7 @@ 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) ( \