Resolve "SR bitstream file header can attempt to read/write inconsistent data sizes"
- Related issues: #1502 (closed)
- Requested reviewers: @tyagiri, @malenovskyvl
Reason why this change is needed
- See issue
Description of the change
- Use
sizeof( int32_t )with a temp variable instead of using the enum value directly.
Affected operating points
- N/A, BE
- Fixes potential issues when using other compiler/compiler settings (e.g.
-fshort-enum) or platforms