提交 9a60b1fa 编写于 作者: H Himangi Saraogi 提交者: Luca Barbato

libswscale: fix compiler warnings enumerated type mixed with another type

Signed-off-by: NLuca Barbato <lu_zero@gentoo.org>
上级 66028b7b
......@@ -1168,7 +1168,7 @@ void ff_get_unscaled_swscale(SwsContext *c)
ff_get_unscaled_swscale_ppc(c);
}
static void reset_ptr(const uint8_t *src[], int format)
static void reset_ptr(const uint8_t *src[], enum AVPixelFormat format)
{
if (!isALPHA(format))
src[3] = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册