Files
ffmpeg/libavcodec
Andreas Rheinhardt a1233d39c6 libavcodec/iff: Use unsigned to avoid undefined behaviour
The initialization of the uint32_t plane32_lut matrix uses left shifts
of the form 1 << plane; plane can be as big as 31 which means that this
is undefined behaviour as 1 will be simply an int. So make it unsigned
to avoid this.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit f12e662a3d)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-02 19:41:49 +01:00
..
2019-12-02 19:41:48 +01:00
2017-06-05 23:16:54 +02:00
2019-12-02 19:41:48 +01:00
2017-05-20 03:41:33 +02:00
2018-07-10 01:52:55 +02:00
2017-05-20 03:41:34 +02:00
2018-01-31 22:56:14 +01:00
2018-07-10 01:52:55 +02:00
2018-01-31 22:09:44 -03:00
2019-12-02 19:41:47 +01:00
2017-06-05 23:16:54 +02:00
2019-12-02 19:41:48 +01:00
2018-07-10 01:18:52 +02:00
2019-12-02 19:41:48 +01:00
2019-12-02 19:41:48 +01:00
2019-12-02 19:41:48 +01:00
2019-12-02 19:41:49 +01:00