diff libswscale/swscale.c @ 27696:0c2dc440984b

Change one more variable type from int to enum PixelFormat. This one was missing from r27727.
author aurel
date Wed, 08 Oct 2008 11:59:01 +0000
parents 9cf6c7c5c7cd
children 2b4929069763
line wrap: on
line diff
--- a/libswscale/swscale.c	Tue Oct 07 19:44:39 2008 +0000
+++ b/libswscale/swscale.c	Wed Oct 08 11:59:01 2008 +0000
@@ -2096,7 +2096,7 @@
     return 0;
 }
 
-static int handle_jpeg(int *format)
+static int handle_jpeg(enum PixelFormat *format)
 {
     switch (*format) {
         case PIX_FMT_YUVJ420P: