From 13394e8cbb86817958b2201f7261829b6c9703fd Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Wed, 8 Oct 2008 11:59:01 +0000 Subject: Change one more variable type from int to enum PixelFormat. This one was missing from r27727. Originally committed as revision 27728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale') diff --git a/libswscale/swscale.c b/libswscale/swscale.c index d5191c2cc2..7b8fcc5bd5 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -2096,7 +2096,7 @@ int sws_getColorspaceDetails(SwsContext *c, int **inv_table, int *srcRange, int return 0; } -static int handle_jpeg(int *format) +static int handle_jpeg(enum PixelFormat *format) { switch (*format) { case PIX_FMT_YUVJ420P: -- cgit v1.2.3