mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
swscale: remove sws_format_name()
Use av_get_pix_fmt_name() instead.
This commit is contained in:
parent
2c10ee2358
commit
e1197b9e17
6 changed files with 13 additions and 21 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue