mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Convert int -> enum PixelFormat in doTest().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30367 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2ab8c5d481
commit
18f9a9bebc
@ -70,7 +70,7 @@ static uint64_t getSSD(uint8_t *src1, uint8_t *src2, int stride1, int stride2, i
|
||||
|
||||
// test by ref -> src -> dst -> out & compare out against ref
|
||||
// ref & out are YV12
|
||||
static int doTest(uint8_t *ref[4], int refStride[4], int w, int h, int srcFormat, int dstFormat,
|
||||
static int doTest(uint8_t *ref[4], int refStride[4], int w, int h, enum PixelFormat srcFormat, enum PixelFormat dstFormat,
|
||||
int srcW, int srcH, int dstW, int dstH, int flags)
|
||||
{
|
||||
uint8_t *src[4] = {0};
|
||||
|
Loading…
Reference in New Issue
Block a user