X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=src%2Fcodecs%2Findeo%2Findeo3.rs;h=9a3d6170d2c1378a85d94fac5dac8860d9945606;hb=1f7e9371e2ec548b6821bb01ce7ba82c4cd8068d;hp=abbff6763bfcef38b61c1e64508722855ee5fcd6;hpb=9037cf6b83ce135243522ec154cd7ffb35f8c816;p=nihav.git diff --git a/src/codecs/indeo/indeo3.rs b/src/codecs/indeo/indeo3.rs index abbff67..9a3d617 100644 --- a/src/codecs/indeo/indeo3.rs +++ b/src/codecs/indeo/indeo3.rs @@ -387,7 +387,7 @@ impl Indeo3Decoder { } else { fill_block8x8(&mut self.bufs, didx + xoff, stride, 8, - (y == 0), (cell.y == 0) && (y == 0)); + y == 0, (cell.y == 0) && (y == 0)); } } run_blocks -= 1;