[FFmpeg-cvslog] r27728 - trunk/libswscale/swscale.c
aurel
subversion
Wed Oct 8 13:59:01 CEST 2008
Author: aurel
Date: Wed Oct 8 13:59:01 2008
New Revision: 27728
Log:
Change one more variable type from int to enum PixelFormat.
This one was missing from r27727.
Modified:
trunk/libswscale/swscale.c
Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c (original)
+++ trunk/libswscale/swscale.c Wed Oct 8 13:59:01 2008
@@ -2096,7 +2096,7 @@ int sws_getColorspaceDetails(SwsContext
return 0;
}
-static int handle_jpeg(int *format)
+static int handle_jpeg(enum PixelFormat *format)
{
switch (*format) {
case PIX_FMT_YUVJ420P:
More information about the ffmpeg-cvslog
mailing list