mirror of https://github.com/FFmpeg/FFmpeg.git
The r10k and avrp decoders would previously store 12 bit precision for the blue channel, which is inconsistent and probably not a desirable behaviour. Now the 2 unused extra bits are set to 0. This is possibly not ideal either as RGBA1010102 format has the same layout but stores alpha in these bits, thus explicitly setting them to 1 might be preferable. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>pull/101/head
parent
56e432b27b
commit
035180901d
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue