mirror of https://github.com/FFmpeg/FFmpeg.git
decode_user_data() attempts to create an integer |build| value with 8 bits of spacing for 3 components. However each component is an int32_t, so shifting each component is undefined for values outside of the 8 bit range. This patch simply clamps input to 8-bits per component and prints out a warning that the values were clamped. Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/272/head
parent
753074721b
commit
7010dd98b5
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue