Added comment and warning message about possibly missing cases.

svn-id: r40752
This commit is contained in:
Torbjörn Andersson 2009-05-21 09:58:12 +00:00
parent b973169a3d
commit 50b77d876d

View File

@ -1121,6 +1121,10 @@ void Indeo3::decodeChunk(byte *cur, byte *ref, int width, int height,
break;
default:
// FIXME: I've seen case 12 and 13 happen in Urban
// Runner. Perhaps it uses a more recent form of
// Indeo 3? There appears to have been several.
warning("Indeo3::decodeChunk: Unknown case %d", k);
return;
}
}