forked from FFmpeg/FFmpeg
libswscale: fix compiler warnings enumerated type mixed with another type
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
66028b7ba6
commit
9a60b1fad0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue