You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/C++/VideoDecoding/VideoDecoding.cpp
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -80,22 +80,11 @@ int main()
80
80
}
81
81
82
82
int iRet = -1;
83
-
84
-
// Initialize license
85
-
/*
86
-
// By setting organization ID as "200001", a free public trial license will be used for license verification.
87
-
// Note that network connection is required for this license to work.
88
-
//
89
-
// When using your own license, locate the following line and specify your Organization ID.
90
-
// organizationID = "200001";
91
-
//
92
-
// If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
86
+
//If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
0 commit comments