libswscale: fix compiler warnings enumerated type mixed with another type

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
pull/125/head
Himangi Saraogi 10 years ago committed by Luca Barbato
parent 66028b7ba6
commit 9a60b1fad0
  1. 2
      libswscale/swscale_unscaled.c

@ -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…
Cancel
Save