Resolve "Encoder commandline parsing crashes"
- Related issues: #1140 (closed)
- Requested reviewers:
Reason why this change is needed
- The encoder application crashes for malformed commandline arguments since in some instances the call to
usage_enc()
is not followed by a proper return/cleanup.
Description of the change
- Add proper return/cleanup statements
Affected operating points
- BE, changes to encoder application only
Related to #1140 (closed)