Skip to content
Snippets Groups Projects
Commit 77d88b87 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

swscale: fix integer overflows in RGB pixel writing.


We're shifting individual components (8-bit, unsigned) left by 24,
so making them unsigned should give the same results without the
overflow.

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
parent b4dc6880
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment