File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ If you are interested in donating to the project you can look at all available m
2828[ ![ Windows MSYS] ( https://github.com/webcamoid/akvirtualcamera/actions/workflows/windows-msys.yml/badge.svg )] ( https://github.com/webcamoid/akvirtualcamera/actions/workflows/windows-msys.yml )
2929[ ![ Windows MSVC] ( https://github.com/webcamoid/akvirtualcamera/actions/workflows/windows-vs.yml/badge.svg )] ( https://github.com/webcamoid/akvirtualcamera/actions/workflows/windows-vs.yml )
3030[ ![ Build status] ( https://api.cirrus-ci.com/github/webcamoid/akvirtualcamera.svg )] ( https://cirrus-ci.com/github/webcamoid/akvirtualcamera )
31- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/1cee2645a3604633a506a203fb8c3161 )] ( https://www .codacy.com/gh/webcamoid/akvirtualcamera/dashboard?utm_source=github.com & amp ; utm_medium=referral& ; utm_content=webcamoid/akvirtualcamera & amp ; utm_campaign=Badge_Grade )
31+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/1cee2645a3604633a506a203fb8c3161 )] ( https://app .codacy.com/gh/webcamoid/akvirtualcamera/dashboard?utm_source=gh& utm_medium=referral&utm_content=& utm_campaign=Badge_grade )
3232[ ![ Project Stats] ( https://www.openhub.net/p/akvirtualcamera/widgets/project_thin_badge.gif )] ( https://www.openhub.net/p/akvirtualcamera )
3333
3434## Reporting Bugs
Original file line number Diff line number Diff line change @@ -560,9 +560,9 @@ int64_t AkVCam::ColorConvertPrivate::nearestPowOf2(int64_t value) const
560560 res++;
561561
562562 if (std::abs ((1 << (res + 1 )) - value) <= std::abs ((1 << res) - value))
563- return 1 << (res + 1 );
563+ return 1LL << (res + 1 );
564564
565- return 1 << res;
565+ return 1LL << res;
566566}
567567
568568void AkVCam::ColorConvertPrivate::limitsY (int bits,
You can’t perform that action at this time.
0 commit comments