Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba-z committed Apr 20, 2022
1 parent bd9e7ba commit 6a1a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ColorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TEST(ColorTest, FullRange) {
TEST(ColorTest, FullRangeIsBijection) {
using namespace avif::img;
using Converter = avif::img::color::ColorConverter<avif::img::color::MatrixCoefficients::MC_BT_2020_NCL>;
for(uint8_t r = 0; r <= 255; ++r) { // Red color
{ // Red color
uint16_t y = 0;
uint16_t u = 0;
uint16_t v = 0;
Expand Down

0 comments on commit 6a1a47e

Please sign in to comment.