mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 22:57:42 +00:00
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
This commit is contained in:
parent
878e88cd5c
commit
9bbe7f1131
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user