Skip to content

Fix undefined behavior: left shift of negative value

Anton Mitrofanov requested to merge BugMaster/x264:ubsan into master

Compilers are good at optimizing multiplication by shift.

Also fix few gcc warnings.

Merge request reports