Commit 4aeb423b authored by aurel's avatar aurel

Change one more variable type from int to enum PixelFormat.

This one was missing from r27727.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27728 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 27c5fce2
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment