mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
Split overly long line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30378 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
85d89af72e
commit
e8da74db1f
@ -2373,7 +2373,8 @@ static int handle_jpeg(enum PixelFormat *format)
|
||||
}
|
||||
}
|
||||
|
||||
SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int dstW, int dstH, enum PixelFormat dstFormat, int flags,
|
||||
SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat,
|
||||
int dstW, int dstH, enum PixelFormat dstFormat, int flags,
|
||||
SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user