[FFmpeg-cvslog] swscale: fix sign extensions in yuv planar conversion

2015-01-17 Thread Vittorio Giovara
ffmpeg | branch: release/2.4 | Vittorio Giovara | Fri Oct 17 14:31:35 2014 +0100| [27487944eff721ef8e310db1a2a52329d9377f71] | committer: Vittorio Giovara swscale: fix sign extensions in yuv planar conversion Casting the left-most byte to unsigned avoids an undefined result of the shift by 24

[FFmpeg-cvslog] swscale: fix sign extensions in yuv planar conversion

2014-10-18 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Oct 17 14:31:35 2014 +0100| [fc1eda543c6ef043300612db90da5cfd972af650] | committer: Vittorio Giovara swscale: fix sign extensions in yuv planar conversion Casting the left-most byte to unsigned avoids an undefined result of the shift by 24 if bi