aboutsummaryrefslogtreecommitdiff
path: root/tests/test-render-surround-view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-render-surround-view.cpp')
-rw-r--r--tests/test-render-surround-view.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-render-surround-view.cpp b/tests/test-render-surround-view.cpp
index be9d071..9142d4d 100644
--- a/tests/test-render-surround-view.cpp
+++ b/tests/test-render-surround-view.cpp
@@ -488,15 +488,19 @@ int main (int argc, char *argv[])
PUSH_STREAM (SVStream, ins, optarg);
break;
case 'w':
+ XCAM_ASSERT (optarg);
input_width = (uint32_t)atoi(optarg);
break;
case 'h':
+ XCAM_ASSERT (optarg);
input_height = (uint32_t)atoi(optarg);
break;
case 'W':
+ XCAM_ASSERT (optarg);
output_width = (uint32_t)atoi(optarg);
break;
case 'H':
+ XCAM_ASSERT (optarg);
output_height = (uint32_t)atoi(optarg);
break;
case 'S':