added help for arguments in case user doesn't give any arguments (#138)

[ROCm/rocdecode commit: 5930f15c1a]
This commit is contained in:
Pavel Tcherniaev
2023-12-13 10:55:40 -08:00
کامیت شده توسط GitHub
والد 0652ec852c
کامیت 8107033846
6فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
@@ -68,7 +68,7 @@ int main(int argc, char **argv) {
Rect *p_crop_rect = nullptr;
OutputSurfaceMemoryType mem_type = OUT_SURFACE_MEM_DEV_INTERNAL; // set to internal
// Parse command-line arguments
if(argc < 1) {
if(argc <= 1) {
ShowHelpAndExit();
}
for (int i = 1; i < argc; i++) {