aboutsummaryrefslogtreecommitdiff
path: root/graphics/video
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video')
-rw-r--r--graphics/video/codecs/indeo3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/codecs/indeo3.cpp b/graphics/video/codecs/indeo3.cpp
index 630ebaa81d..443340de2f 100644
--- a/graphics/video/codecs/indeo3.cpp
+++ b/graphics/video/codecs/indeo3.cpp
@@ -342,7 +342,7 @@ Surface *Indeo3Decoder::decodeImage(Common::SeekableReadStream *stream) {
srcUP += chromaWidth;
srcVP += chromaWidth;
}
- if (y < (fHeight - 4)) {
+ if (y < (fHeight - 4U)) {
srcUN += chromaWidth;
srcVN += chromaWidth;
}