mirror of https://github.com/mpv-player/mpv
5 lines
147 B
C
5 lines
147 B
C
|
//GPL
|
||
|
|
||
|
int get_sws_cpuflags();
|
||
|
struct SwsContext *sws_getContextFromCmdLine(int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat);
|