commit | c278504d2a65d1ca167e242af42d0732a305ed99 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Nov 16 17:53:36 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Nov 19 11:39:58 2015 -0200 |
tree | 33f9faf9762a620c5a380feece2e9d8d1756f6c1 | |
parent | d80ca8bd71f0b01b2b12459189927cb3299cfab9 [diff] |
[media] media: rc: improve RC_BIT_ constant definition The RC_BIT_ constants are used in 64-bit bitmaps. In case of > 32 RC_BIT_ constants the current code will fail on 32-bit systems. Therefore define the RC_BIT_ constants as unsigned long long. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>