Explorar o código

Merge branch 'CR_6852_wave5_v4l2_Som.Qin' into 'jh7110-devel'

CR6852 v4l2_dec_test: Fix build warning

See merge request sdk/buildroot!125
andy.hu hai 9 meses
pai
achega
f787e2d4f8
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      package/starfive/v4l2_dec_test/v4l2_dec_test.c

+ 0 - 6
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)
     {