From 9bbe7f113172b06b4626a2258ee5f26674529686 Mon Sep 17 00:00:00 2001 From: aurel 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27728 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale.c') 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