Skip to content

Resolve "SR bitstream file header can attempt to read/write inconsistent data sizes"

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

Merge request reports

Loading