Fixed indentation style and changed uint32 to int32_t
Created originally on Bitbucket by tstibor (Thomas Stibor)
Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.
Fixed indentation style and changed
uint32_t actual_qscale_maybe3; // 0xf4, 68b0 uint32_t actual_qscale_maybe2; // 0xf8, 68b4 uint32_t actual_qscale_maybe; // 0xfc, 68b8
to int32_t to fix signed equality check such as mvr_config.actual_qscale_maybe == -16 ? COLOR_RED : COLOR_BLACK