Skip to content

Commit

Permalink
Reserve one bit for the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusa committed Jul 27, 2021
1 parent e207da6 commit 8cd0049
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ class PixelChannelIdentifier {
public:
constexpr static Packing packing() { return Packing(8, 9, 4, 11); }

constexpr static Packing thePacking = {11, 10, 0, 10};
constexpr static Packing thePacking = {11, 10, 1, 10};
};

#endif

0 comments on commit 8cd0049

Please sign in to comment.