Skip to content

Commit f0847a5

Browse files
authored
Update VideoDecoding.cpp
1 parent eea4c39 commit f0847a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/C++/VideoDecoding/VideoDecoding.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int main()
8383

8484
// Initialize license
8585
/*
86-
// By setting organizaion ID as "200001", a 7-day trial license will be used for license verification.
86+
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
8787
// Note that network connection is required for this license to work.
8888
//
8989
// When using your own license, locate the following line and specify your Organization ID.
@@ -154,4 +154,4 @@ int main()
154154
dbr.StopFrameDecoding();
155155

156156
return 0;
157-
}
157+
}

0 commit comments

Comments
 (0)