swscale: remove sws_format_name()

Use av_get_pix_fmt_name() instead.
This commit is contained in:
Stefano Sabatini
2011-05-29 17:57:40 +02:00
parent 2c10ee2358
commit e1197b9e17
6 changed files with 13 additions and 21 deletions

View File

@@ -345,8 +345,6 @@ void ff_yuv2packedX_altivec(SwsContext *c, const int16_t *lumFilter,
const int16_t **chrVSrc, int chrFilterSize,
uint8_t *dest, int dstW, int dstY);
const char *sws_format_name(enum PixelFormat format);
//FIXME replace this with something faster
#define is16BPS(x) ( \
(x)==PIX_FMT_GRAY16BE \