swscale/tests/swscale: use 1 for indicating erros

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/345/head
Michael Niedermayer 5 years ago
parent a9fecb8ea1
commit 663f024415
  1. 2
      libswscale/tests/swscale.c

@ -248,7 +248,7 @@ end:
if (dstStride[i])
av_free(dst[i]);
return res;
return !!res;
}
static void selfTest(const uint8_t * const ref[4], int refStride[4],

Loading…
Cancel
Save