v4l2_dec_test: Fix build warning
Signed-off-by: Som Qin <som.qin@starfivetech.com>
This commit is contained in:
@@ -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
|
decodeTestContext->io_mthd = IO_METHOD_MMAP; //for now
|
||||||
if (strstr(decodeTestContext->sOutputFormat, "nv12") != NULL)
|
if (strstr(decodeTestContext->sOutputFormat, "nv12") != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user