From a8e5dbd9bf2ba543b9ba86436bd332913602322c Mon Sep 17 00:00:00 2001 From: Som Qin Date: Mon, 7 Aug 2023 15:06:10 +0800 Subject: [PATCH] v4l2_dec_test: Fix build warning Signed-off-by: Som Qin --- package/starfive/v4l2_dec_test/v4l2_dec_test.c | 6 ------ 1 file changed, 6 deletions(-) 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) {