mirror of https://git.ffmpeg.org/ffmpeg.git
swscale_unscaled: remove unused variables
Fixes CID739472 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3556e7ce73
commit
6c87b2be72
|
@ -531,8 +531,6 @@ static rgbConvFn findRgbConvFn(SwsContext *c)
|
|||
const int srcId = c->srcFormatBpp;
|
||||
const int dstId = c->dstFormatBpp;
|
||||
rgbConvFn conv = NULL;
|
||||
const AVPixFmtDescriptor *desc_src = av_pix_fmt_desc_get(srcFormat);
|
||||
const AVPixFmtDescriptor *desc_dst = av_pix_fmt_desc_get(dstFormat);
|
||||
|
||||
#define IS_NOT_NE(bpp, desc) \
|
||||
(((bpp + 7) >> 3) == 2 && \
|
||||
|
|
Loading…
Reference in New Issue