diff --git a/package/starfive/v4l2_dec_test/v4l2_dec_test.c b/package/starfive/v4l2_dec_test/v4l2_dec_test.c index e4b6f3dd..bd0f75e9 100644 --- a/package/starfive/v4l2_dec_test/v4l2_dec_test.c +++ b/package/starfive/v4l2_dec_test/v4l2_dec_test.c @@ -522,12 +522,6 @@ int main(int argc, char **argv) } } - if (decodeTestContext->sInputFilePath == NULL || decodeTestContext->sOutputFilePath == NULL) - { - help(); - return -1; - } - decodeTestContext->io_mthd = IO_METHOD_MMAP; //for now if (strstr(decodeTestContext->sOutputFormat, "nv12") != NULL) {